6 messages in net.sourceforge.lists.courier-maildrop[maildropl] inserting additional headers
FromSent OnAttachments
Gaurav PathakJan 16, 2003 9:44 am 
Mark WeinemJan 16, 2003 10:51 am 
Greg CirinoJan 16, 2003 11:19 am 
Sam VarshavchikJan 16, 2003 2:51 pm 
Mark WeinemJan 17, 2003 7:31 am 
Greg CirinoJan 17, 2003 8:05 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:[maildropl] inserting additional headersActions...
From:Gaurav Pathak (gaur@directi.com)
Date:Jan 16, 2003 9:44:42 am
List:net.sourceforge.lists.courier-maildrop

Hi

I am using maildrop with qmail and calling maildrop from my .qmail file. I want to insert the mail headers to the incoming messages after checking for conditions. Like if the message is from some@somewhere.com I want to flag it with "reply". I make the following rule in my filter file:

if ((mail is from some@somewhere.com)) { -A "X-Message-Flag: Reply" }

The documentation says that -A inserts additional header but its not working for me.. or am I using it incorrectly..

Thanks in advance Gaurav