At 02:57 AM 11/3/2003, Justin Mason wrote:
Pedro Sam writes:
>I'm just wondering why RCVD_IN_DYNABLOCK was a hit, when I sent a email from
>my localhost 192.168.2.125 with kmail using the SMTP server at
>mail.student.cs.uwaterloo.ca to address [EMAIL PROTECTED]
>
>This is the proper way of sending email from a cable IP right? to use a smtp
>server from a static well respected IP?


Should be -- I would guess it may be that SpamAssassin can't parse the
"good" received line, so misses it.

This could be an example of bug 2537... note that his IP is a non-routable one..


Pedro, did you set your trusted_networks variable in your local.cf? since your localhost is using a 192.168.*.* IP address SA cannot automatically infer which relays are trusted.. this causes the unexpected side-effect of causing SA to check _every_ IP address against dynablock.


http://bugzilla.spamassassin.org/show_bug.cgi?id=2537


add this to your local.cf and see if it fixes your problem:
        trusted_networks 192.168.2.125/32



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to