Thomas,

ASSP version 2.1.2(12116)

Scored SPF that fails in getheader() exits function as absolute fail, 
but without sufficient score to fail. It should check 
&MsgScoreTooHigh($fh,$done).

This
==============
if(! SPFok($fh) ) {
   if ($this->{error}) {$this->{skipnotspam} = 0;return;}
}
==============

Should BE
==============
if(! SPFok($fh) ) {
   if ($this->{error} && &MsgScoreTooHigh($fh,$done)) 
{$this->{skipnotspam} = 0;return;}
}
==============


-- 
Michael Thomas
Mathbox
978-687-3300
Toll Free: 1-877-MATHBOX (1-877-628-4269)


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to