9 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: Problem with maildrop...
FromSent OnAttachments
AdminMar 3, 2004 12:40 pm 
Devin RubiaMar 3, 2004 1:04 pm 
Sam VarshavchikMar 3, 2004 3:54 pm 
AdminMar 4, 2004 9:52 am 
Jeremy KitchenMar 4, 2004 10:05 am 
AdminMar 4, 2004 10:10 am 
Brook HumphreyMar 4, 2004 10:16 am 
AdminMar 4, 2004 10:34 am 
Brook HumphreyMar 4, 2004 12:39 pm 
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:[maildropl] Re: Problem with maildroprc and Postfix virtual usersActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Mar 3, 2004 3:54:45 pm
List:net.sourceforge.lists.courier-maildrop

Admin writes:

Here's my maildroprc:

if (/^X-Spam-Status: Yes/)

{ to "$HOME/.Junk Mail" }

What happens is, ALL mail is delivered to the Junk Mail folder. It's as if the if statement is being completely ignored. I tested this theory by replacing the "X-Spam-Status" stuff with garbage text, and the same thing still happens- all mail goes to Junk Mail.

So, in a nutshell, why won't if statements get processed in my maildroprc file? Or is it something else?

That something else is the blank line between the if statement and the opening brace.