EXTENSIONS

"extensions" file contains list of filenames or regular expressions
that can be matched against filenames that are being scanned. If any
expressions (or simple filenames - like "text.txt") match, Virge will
remove the attachment from the mail.

Extensions can be simple names, or more complex regular expressions.

For example, if you wish to remove file called "screensaver.exe", you
can use:

screensaver.exe

in your 'extensions' file.

However, it is good practice to remove all executable (and other
potentially dangerous) files, so simple regular expressions will
achieve same (and more):

\.exe$

Sample "extensions" file can be found in "etc/" subdirectory of
Virge distribution.

Refer to "regex.txt" for more details on regular expressions.
