Thomas,

Okay. I am trying to track down an issue I have seen. Message gets 
passed. Log file shows that there were no RBL checks. I have seen two or 
three variations. In all cases, at least two or three messages from the 
same IP before the issue message were blocked. Recipient of issue 
message was not spamlover, etc.

I will keep looking.

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

On 4/26/2012 1:41 AM, Thomas Eckardt wrote:
>> SPFok($fh)
>
> returns 1 if it only scores
>
> Thomas
>
>
>
>
> Von:    Michael Thomas<m...@mathbox.com>
> An:     ASSP development mailing list<assp-test@lists.sourceforge.net>
> Datum:  25.04.2012 20:04
> Betreff:        [Assp-test] Scored SPF
>
>
>
> 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;}
> }
> ==============
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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


------------------------------------------------------------------------------
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