View Single Post
  #34 (permalink)  
Old 12-14-2006, 12:59 AM
inigoml inigoml is offline
Project Contributor
 
Posts: 116
Default

Quote:
Originally Posted by dlochart View Post
How do I know if.when pyzor is activated?
I tested it after receiving spam mails with pyzor labels.

Quote:
Also how do I know what is happening with SPF? I enabled it (but I have not
For SPF, you should try sending and email from a SPF enabled domain directy to your server, for example from Gmail.
So:
telnet yourhost 25
>helo mail.gmail.com
> mail from: <test@gmail.com>
> rcpt to: <youraccount@yourdomain.com>
> data
> From: Test
> To: Test
> Subject: Test
> . (dot and enter)

After receiving email, check spamassassin headers for SPF failure.
Reply With Quote