RE: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-28 Thread Jennifer Wheeler
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sorry for the OT personal comment (sort of), but that *has* to be the best email address I've ever seen! Thanks for the smile. Jennifer --- This SF.net email is sponsored by: SF.net Giveba

RE: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-28 Thread up
If you use maildrop as your MDA (it's Maildir native), you can do something like this in your maildroprc MAILBOX="$HOME/Maildir/" if ((/^X-Spam-Status:.*Yes/)) { to "./Maildir/.Spam/." } > -Original Message- > From: Francesco [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003

RE: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-28 Thread Martin, Jeffrey
I am unfamiliar with QMAIL, we use Postfix. Our Postfix content filter, the one that sends mail through spamd, examines the returned mail for 'x-spam: yes' and delivers it to a local mail account. If the flag is not found, it delivers it to the original recipient. Perhaps somethng like this is poss

RE: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-27 Thread Bill Polhemus
Yes. In fact, I have a .procmailrc file that uses the ${HOME} variable among other "generics", and can be put in the HOME directory of any user. That way the user can also add their own recipes if they like. Oh, and I also have a /etc/procmail file that has some "site-wide" recipes (it adds stuff

RE: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-27 Thread John Parken
ath (your path my of course be different). /s/ John > -Original Message- > From: [EMAIL PROTECTED] [mailto:spamassassin- > [EMAIL PROTECTED] On Behalf Of Evan Platt > Sent: Monday, October 27, 2003 9:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [SAtalk] Moving SPAM to a sep

Re: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-27 Thread Evan Platt
--On Monday, October 27, 2003 12:17 PM +0100 Francesco <[EMAIL PROTECTED]> wrote: Hello, i am currently using QMAIL + Vpopmail + Spamassin (SpamAssassin join qmail modifing the qmail-queue file); all SPAM messages are tagged and *** SPAM *** is added before the original subject line. Well, now

Re: [SAtalk] Moving SPAM to a separate Mailbox

2003-10-27 Thread Johann Spies
Hallo Francesco, > Well, now i would like to know how to automatically move all SPAM > recognized by SpamAssassin in a separate mailbox (as example: > [EMAIL PROTECTED]), possibly without using Procmail... > > Could you help me please?? You can do that with procmail. I use this recipe in my ~