"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "amavisd-new-2.6.1/test-messages/README" of archive amavisd-new-2.6.1.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Test mail messages in this directory contain the complete header.
    2 When testing amavisd, they must not be encapsulated
    3 in another mail wrapper or otherwise modified.
    4 
    5 Instead, feed them directly to sendmail (or its lookalike):
    6 
    7 $ sendmail -i your-address@example.com <sample-virus-simple.txt
    8 $ sendmail -i your-address@example.com <sample-virus-nested.txt
    9 $ sendmail -i your-address@example.com <sample-nonspam.txt
   10 $ sendmail -i your-address@example.com <sample-spam-GTUBE-junk.txt
   11 $ sendmail -i your-address@example.com <sample-spam-GTUBE-nojunk.txt
   12 $ sendmail -i your-address@example.com <sample-spam.txt   # old sample
   13 $ sendmail -i your-address@example.com <sample-42-mail-bomb.txt
   14 $ sendmail -i your-address@example.com <sample-badh.txt
   15 
   16 
   17 To avoid difficulty of downloading this package through firewalls which
   18 check contents for viruses, these sample files are now no longer included
   19 as a plain text, but are contained in a bit-complemented tar.gz archive.
   20 
   21 Here is how to extract original files from the file sample.tar.gz.compl:
   22 
   23   perl -pe 's/./chr(ord($&)^255)/sge' <sample.tar.gz.compl | zcat | tar xvf -