6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] maildropfilter an...
FromSent OnAttachments
Lucio CruscaDec 22, 2006 7:53 am 
ArnoDec 22, 2006 8:27 am 
Flavio StanchinaDec 22, 2006 8:35 am 
Lucio CruscaDec 22, 2006 9:46 am 
ArnoDec 22, 2006 10:39 am 
Alessandro VeselyDec 23, 2006 3:46 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] maildropfilter and spamassassinActions...
From:Lucio Crusca (luc@pixel.it)
Date:Dec 22, 2006 9:46:03 am
List:net.sourceforge.lists.courier-users

Flavio Stanchina wrote:

Rather, move suspected spam to a subfolder (named "Spam", maybe) and just don't look at it when you're on GPRS.

I'd like I could, but for other reasons, I have also to move the ham off the mailserver (which is not what I've said before, but now it's what I have to do).

I'd need to REDIRECT ham to a remote mailbox, something like:

if ( /^X-Spam-Level: \*\*\*/:w )   {     to /dev/null   }   else   {     to "remo@someothermailserver.com" # but this doesn't work   }

how can I accomplish that?