Spamcop blocking GMail?!?

Your stuff looks pretty good; I'll take time to look at it when I can.

Will you consider emailing me a copy of your exim.conf file? If so, please use the email address at the bottom of this post, and to avoid wraps, please zip up (or tar up) a .txt file.

And, for what it's worth, I rewrote the exim.conf file from scratch, with lots of documentation, specifically to make it easy to understand. Not all of us can read and write sendmail.cf code, but most of us can read and write my exim.conf code :) .

Jeff
 
Your stuff looks pretty good; I'll take time to look at it when I can.

Will you consider emailing me a copy of your exim.conf file? If so, please use the email address at the bottom of this post, and to avoid wraps, please zip up (or tar up) a .txt file.

It's on its way!
 
Is your PYTHONPATH environment variable set ? type "env" at shell and read that. PYTHONPATH should show up somewhere in there.

Do a debugging session with spamassassin at shell.

spamassassin -D < somespamsource.txt

where somespamsource.txt is the full source of a spam email.

Read the output (long). Do you see any errors referencing pyzor.module?

paste the pyzor lines here and maybe we can figure it out.

After a very busy week at work (had a work experiance lad from the local school) I have had a chance to do this - hope you are still around to lend an expert eye!

I am missing PYTHONPATH from "env" - what is the easiest way to add this? PS. I know this is probably an obvious question but I am still learning my way around linux (having been a windows only expert for about 10 years).

In the spamassassin dubug output on the default sample-spam.txt I have:
dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
dbg: plugin: network tests on, attempting Pyzor
dbg: pyzor: pyzor is available: /usr/bin/pyzor
dbg: pyzor: opening pipe: /usr/bin/pyzor check ? /tmp/.spamassassin7973dBMq4Ltmp
dbg: pyzor: [8022] finished: exit 0x0100
dbg: pyzor: got response: 82.94.255.100:24441 (200, 'OK') 0 0

PS. Is there an easy way to get this output into a text file??? I tried the following without success:
spamassassin -D < sample-spam.txt > debug.txt

In my maillog I have:
pyzor: check failed: internal error

Thanks in advance for your help!
 
Back
Top