procmail
[Top] [All Lists]

Re: Rule for matching mails from my organization

2002-02-20 10:25:19
use
$DEFAULT

as in

:0
* ^From.*\<marky(_at_)marky(_dot_)com\>
$DEFAULT

Regards,
Agustin Rivera
Webmaster, Pollstar.com
http://www.pollstar.com



----- Original Message -----
From: "Kevin Ring" <kring(_at_)aeroglide(_dot_)com>
To: <procmail(_at_)Lists(_dot_)RWTH-Aachen(_dot_)DE>
Sent: Wednesday, February 20, 2002 5:31 AM
Subject: Rule for matching mails from my organization


Hello,

I'm trying to set up a rule that will match e-mails that come from my
organization and deliver them without any further processing. any mail
that
matches this rule should be sent straight to /var/spool/mail/$USER without
being touched by the other rules that I have set up.

from reading the procmail FAQ at
http://www.ling.helsinki.fi/users/reriksso/procmail/mini-faq.html I'm
pretty
sure that

FROM="^(From[ ]|(Old-|X-)?(Resent-)?(From|Reply-To|Sender):)(.*\<)?"

:0
* $ ${FROM}.*aeroglide\.com


would match any e-mails coming from aeroglide.com (my domain), but I'm not
sure what the next line should be to deposit it in the right folder and
then
stop processing the message (if any further processing would take place
after this action anyway).

thanks for any help you can provide.

Kevin

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail