3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Vacation messages
FromSent OnAttachments
Henk van LingenMar 14, 2005 6:07 am 
Henk van LingenMar 14, 2005 6:14 am 
Henk van LingenMar 14, 2005 8:02 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] Vacation messagesActions...
From:Henk van Lingen (hen@cs.uu.nl)
Date:Mar 14, 2005 8:02:04 am
List:net.sourceforge.lists.courier-maildrop

On Mon, Mar 14, 2005 at 03:07:03PM +0100, Henk van Lingen wrote: > > I'm using courier-imap and courier-maildrop (on a postfix server). For > vacation auto replies I used the trick from 'man maildropex' for some time. > Now I noticed that example is not correct when you want additional > filtering. So I made this one: > > http://www.cs.uu.nl/technical/services/email/using.php#filter > > Any comments on the robustness of the .vacation.$NUM parts?

Especially this one:

cc "|rm -f .vacation.$NUM"

I don't trust? Maybe this one:

cc "|cat - >/dev/null ; rm -f .vacation.$NUM"

is better...

Cheers,