2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] RE: Newbie question
FromSent OnAttachments
dempseyJun 8, 2002 3:51 pm 
Mark WeinemJun 10, 2002 1:50 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: [maildropl] RE: Newbie questionActions...
From:Mark Weinem (mark@uni-duisburg.de)
Date:Jun 10, 2002 1:50:42 am
List:net.sourceforge.lists.courier-maildrop

On Sat, 08 Jun 2002, dempsey wrote:

1. What do I put in my .qmail file to invoke maildrop.

|preline /usr/local/bin/maildrop

2. What do I put in my /etc/maildroprc file to look for the ^X-Spam-Status: Yes , move spam to a spam dir and then deliver the rest to ~/Maildir/.

if (/^X-Spam-Status:.*Yes/) { to Mail/Spam } else { to Mail/Maildir }

Ciao, Mark