Re: [SAtalk] Maildrop spamassassin per user

2002-11-18 Thread Philip Mak
On Tue, Nov 19, 2002 at 12:04:28AM -0500, Mike Leone wrote: > > if (/^X-Spam-Flag: *YES/) > > { > > exception { > > to Mail/killed > > } > > } > > > > Why do you have the move to the folder as an exception, and not a direct > action of the if? > > I use: > > if ( /X-Spam-Sta

Re: [SAtalk] Maildrop spamassassin per user

2002-11-18 Thread Mike Leone
Philip Mak ([EMAIL PROTECTED]) had this to say on 11/18/02 at 15:44: > if (/^X-Spam-Flag: *YES/) > { > exception { > to Mail/killed > } > } > Why do you have the move to the folder as an exception, and not a direct action of the if? I use: if ( /X-Spam-Status: Yes/ )

Re: [SAtalk] Maildrop spamassassin per user

2002-11-18 Thread Philip Mak
On Mon, Nov 18, 2002 at 02:33:53PM -0500, devel wrote: > I have spam assassin and maildrop setup with vpopmail but I do not > want to enable for the entire domain. How could I add filters per a > user basis? > > I want to filter my email and a few others but not the entire 500+ > email accounts.

[SAtalk] Maildrop spamassassin per user

2002-11-18 Thread devel
I have spam assassin and maildrop setup with vpopmail but I do not want to enable for the entire domain. How could I add filters per a user basis? I want to filter my email and a few others but not the entire 500+ email accounts. What would I need to do to do this. ? --