46 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Spamassasin, mail...
FromSent OnAttachments
Troy BenjegerdesNov 23, 2003 9:42 pm 
Troy BenjegerdesNov 25, 2003 10:46 am 
Mitch (WebCob)Nov 25, 2003 10:56 am 
Troy BenjegerdesNov 25, 2003 11:56 am 
Mitch (WebCob)Nov 25, 2003 12:12 pm 
Troy BenjegerdesNov 25, 2003 10:21 pm 
Mirko ZeibigNov 26, 2003 4:54 am 
Mitch (WebCob)Nov 26, 2003 7:52 am 
Mirko ZeibigNov 27, 2003 12:06 am 
Mitch (WebCob)Nov 27, 2003 9:26 am 
Mitch (WebCob)Nov 30, 2003 4:07 pm 
Gordon MessmerNov 30, 2003 4:43 pm 
Mitch (WebCob)Nov 30, 2003 5:15 pm 
Mitch (WebCob)Nov 30, 2003 5:39 pm 
Gordon MessmerNov 30, 2003 5:45 pm 
Mitch (WebCob)Nov 30, 2003 6:02 pm 
Gordon MessmerNov 30, 2003 6:04 pm 
Sam VarshavchikNov 30, 2003 6:06 pm 
Mitch (WebCob)Nov 30, 2003 6:13 pm 
Mitch (WebCob)Nov 30, 2003 6:58 pm 
Sam VarshavchikNov 30, 2003 7:43 pm 
Ricardo KleemannNov 30, 2003 8:51 pm 
Mitch (WebCob)Nov 30, 2003 8:57 pm 
Mitch (WebCob)Nov 30, 2003 9:02 pm 
Gordon MessmerNov 30, 2003 10:06 pm 
Gordon MessmerNov 30, 2003 10:09 pm 
Gordon MessmerNov 30, 2003 10:22 pm 
Mitch (WebCob)Nov 30, 2003 11:48 pm 
Mitch (WebCob)Dec 1, 2003 12:02 am 
Mitch (WebCob)Dec 1, 2003 12:21 am 
Mitch (WebCob)Dec 1, 2003 12:59 am 
Ricardo KleemannDec 1, 2003 6:41 am 
Gordon MessmerDec 1, 2003 7:49 am 
Rodrigo SeveroDec 1, 2003 8:21 am 
Ricardo KleemannDec 1, 2003 10:07 am 
Jon NelsonDec 1, 2003 11:29 am 
Gordon MessmerDec 1, 2003 11:41 am 
Ricardo KleemannDec 1, 2003 12:26 pm 
Mitch (WebCob)Dec 1, 2003 8:15 pm 
Jon NelsonDec 1, 2003 8:16 pm 
Gordon MessmerDec 1, 2003 8:19 pm 
Ricardo KleemannDec 1, 2003 9:40 pm 
RolandDec 1, 2003 9:43 pm 
Gordon MessmerDec 1, 2003 10:21 pm 
Gordon MessmerDec 3, 2003 3:44 pm 
Mitch (WebCob)Dec 4, 2003 11:10 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] Spamassasin, maildropfilter, and courier-mta integrationActions...
From:Mirko Zeibig (mirk@zeibig.net)
Date:Nov 27, 2003 12:06:40 am
List:net.sourceforge.lists.courier-users

On Wed, Nov 26, 2003 at 07:52:17AM -0800, Mitch (WebCob) wrote:

Not meaning to answer for Troy, but I don't think anything is "Wrong" with this, but it doesn't do what Troy is doing...

He's using localmailfilter as a recpt filter on mail acceptance - he runs spamassassin on acceptance (i.e. before delivery) and rejects the mail if it scores over "X" - so he doesn't get a queue full of bounces to bad addresses with "your message was detected as spam" messages... BUT his problem I think was that he had to run spamassassin twice - once on recpt and once in delivery mode.

I think there is not way out for him, then. As I understand it, localmailfilter code *is to be* invoked twice:

- firstly as recipientfilter (even before the DATA-Command, so spamassassin would be a no-go here as it would only be able to check the MAIL FROM and RCPT TO data),

- secondly as smtpfilter, that's the way Troy does it, but without a recipientfilter invoked previously exiting with a value of 99 IMHO there is no difference between using ~/.mailfilters/smtpfilter and ~/.mailfilter directly.

Best Regards Mirko