2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Delete mail using mai...
FromSent OnAttachments
Arthur KerpicianApr 23, 2008 1:54 am 
Alessio CecchiApr 23, 2008 3:28 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] Delete mail using maildropActions...
From:Alessio Cecchi (ales@skye.it)
Date:Apr 23, 2008 3:28:48 am
List:net.sourceforge.lists.courier-maildrop

Il Wednesday 23 April 2008 10:54:52 Arthur Kerpician ha scritto:

Hi all, I want to delete messages matching a pattern in the subject using maildrop and I was thinking about this solution:

if (/^Subject: patern/) to /dev/null

Is this good practice or is there something else better?

I think that this is better:

if ((/^From:.*user\@mail\.com/)) { exit }

Ciao