Share

qmfilt

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Executable attachment

You are viewing a single message from this topic. View all messages.

  1. 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)"%%
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.