On 09/06/2011 10:26 PM, Benny Pedersen wrote:
On Fri, 10 Jun 2011 04:08:08 +0200, Benny Pedersen wrote:
On Thu, 09 Jun 2011 22:00:09 -0400, Daryl C. W. O'Shea wrote:

header CUSTOM_X_SPAM_FLAG ALL:raw =~ /\bX-Spam-Flag: YES\b/i

aol have left out the space before YES

will test it and report back, thanks for this tip if it works :-)

# header CUSTOM_X_SPAM_FLAG ALL:raw =~ /\bX-Spam-Flag: YES\b/i
# aol forget the space before YES
# does the other versions exists ?
header X_SPAM_FLAG_YES ALL:raw =~ /\bX-Spam-Flag:YES\b/i
describe X_SPAM_FLAG_YES Header: says its spam
score X_SPAM_FLAG_YES 1.5

tested and works

Good.  This may work then, too:

header CUSTOM_X_SPAM_FLAG X-Spam-Flag:raw =~ /\bYES\b/i

Daryl

Reply via email to