procmail
[Top] [All Lists]

Rule for matching mails from my organization

2002-02-20 06:29:41
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

<Prev in Thread] Current Thread [Next in Thread>