sdgathman / milter

A powerful pymilter based anti-spam milter used by BMS
GNU General Public License v2.0
7 stars 1 forks source link

Move test data to separate package. #1

Open sdgathman opened 7 years ago

sdgathman commented 7 years ago

The deactivated pieces of real viruses in the test data cause virus scanners to alarm. Using the standard test "virus" does not work for this application because we are scanning for disguised executable content - not signatures of known viruses.

By moving the test emails to its own package,

1) scanners will no longer alarm on milter code itself 2) the test emails can be useful in testing other milter applications.

sdgathman commented 4 years ago

The test cases for pymilter are now stored in an encrypted zip. The same technique will work here.