|
|||||||||||
|
Re: 'spamc/spamassassin' crashing with overlong blank line spams?
From: Matt Kettler <mkettler_sa(at)verizon.net>
Date: Wed Sep 19 2007 - 00:54:24 EDT
If you can provide a copy of the actual email somewhere, (I can download it with wget, or you can zip/gzip/whatever it) I can run it through spamc on my test box and see what it does. > Do I have to switch to 3.2.* to fix it?
header NO_ALPHA_SUBJECT Subject !~ /[a-zA-Z0-9]/
score NO_ALPHA_SUBJECT 0.1
But that would also hit empty subjects.. if that's undesirable you could do this: header __SUBJ_NO_ALPHA Subject !~ /[a-zA-Z0-9]/ header __SUBJ_NOT_EMPTY Subject =~ /./ meta NO_ALPHA_SUBJECT2 (__SUBJ_NO_ALPHA && __SUBJ_NOT_EMPTY)score NO_ALPHA_SUBJECT2 0.2 describe NO_ALPHA_SUBJECT2 Subject is nonempty and contains no alphanumeric characters. Note: these rules are untested, hence the low scores. Received on Wed Sep 19 00:55:23 2007 This archive was generated by hypermail 2.1.8 : Sat Oct 27 2007 - 07:17:59 EDT |
||||||||||
|
|||||||||||