4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Integrating Spama...
FromSent OnAttachments
Jérôme BlionMay 13, 2007 7:38 pm 
Jérôme BlionMay 13, 2007 7:50 pm 
Gordon MessmerMay 14, 2007 9:34 am 
Jérôme BlionMay 14, 2007 10:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Integrating Spamassassin in pythonfilterActions...
From:Jérôme Blion (jero@free.fr)
Date:May 13, 2007 7:50:41 pm
List:net.sourceforge.lists.courier-users

Jérôme Blion a écrit :

Hello,

I found no modules to integrate spamassassin into pythonfilter. I found no python "modules" that I could have imported. So, the way I use to scan mails are the less worst I found... using spamc...

For people who want to use it, be careful: mails are refused, not moved in a "junk" folder. So, take care about the score ;)

What do you think about this piece of code?

Now, pythonfilter is filtering spams and viruses... All that I need :)

HTH :)

I modified the python file to call spamc -E -y < bodyFile This way, when legitimate mails are dropped, the mail admins will be able to take correct actions.

I don't know if spammers will take the time to read the error message :)

HTH. Jerome Blion.