2000-12-29 22:52:48 UTC
I assume that you would add a line for a ".exe" file that you want to filter from being received. Is the following correct?
Rick
#
# This is the qmfilt control file
# If any email comes in that matches this
# filter, the mail will be redirected
# to the filter directory
#
# A filter regular expression must be on a single
# line and in between a pair of '%%'
# This will match any executable Visual Basic Scripts
VisualBasic %%^Content-Type: application/octet-stream;\s+name="(.*?\.vbs)"%%
#This will match any DOS/Windows Executable
Executable %%^Content-Type: application/octet-stream;\s+name="(.*?\.exe)"%%