Hi all

fixed in assp 2.6.6 *SPAM-Evaporator* build 21306:

- An email, starting with an invalid MIME header, sent to the analyzer - 
prevented the analyzer from finding the subject of the mail.

- If the same regular expression was used with different weights, tagged 
by different 'NWLI' extensions, the regex itself was defined and executed 
multiple times.


changed:

- GUI help changed for
AddDKIMHeader
EmailSpam
EmailHam
NWLI

- If ReportLog is set to diagnostic and a .msg (outlook OLE) file is 
reported, which starts with invalid header content, this invalid content 
will be corrected and the original .msg file
  and the converted .eml file are stored in the assp/debug folder. So 
possible problems with outlook reporting can be better solved.
  .msg files can be converted to the MIME content (.eml) using the 
following command.
 
  Linux/nix: perl -e 'use Email::Outlook::Message; print 
Email::Outlook::Message->new(q(FILENAME))->to_email_mime->as_string;'
  Windows: perl -e "use Email::Outlook::Message; print 
Email::Outlook::Message->new(q(FILENAME))->to_email_mime->as_string;"

  Replace FILNAME with the name of the .msg file. The MIME content is 
written to STDOUT - ' >file.eml' at the end of the command will write the 
MIME content to an output file.


Thomas

DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to