On Sun, Mar 28, 2004 at 09:09:18PM -0500, Chuck Mead wrote:
| Okay so I've implemented the policy-spf perl script into postfix
| 2.0.19-20040312 and it's working as far as it goes. I've also added the
| spf entries to dns domains I send mail from. I now have questions about
| what I am seeing and questions about how to get the policy-spf perl
| script to do more than just spew nice entires into my maillog. :-)
|
| Here is the log from a typical spam attempt (it even includes a limp
| wristed HELO using an ip instead of a name):
you probably need to enable the SPF handler.
my @HANDLERS;
push @HANDLERS, "testing";
# push @HANDLERS, "sender_permitted_from"; use Mail::SPF::Query;
i probably need to turn that on by default.