Results 1 to 1 of 1
I have a system procmail script and per user procmail scripts.
Assuming an email gets through the system procmail, it will be
processed by the user's procmail. That is good. ...
- 06-07-2007 #1Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
procmail (system -and- user)
I have a system procmail script and per user procmail scripts.
Assuming an email gets through the system procmail, it will be
processed by the user's procmail. That is good. However, if
an email -matches- a recipe in the system procmail, it will not
get processed by the user procmail. Is there a way that I can
have the system procmail -match- an email, so it will skip the
remaining recipes in the system procmail, but still process with
the user's procmail script?
Assume that the system procmail -matches- an email because
I'm whitelisting some major domains that I do not want to get
processed through the rest of the recipes. But I do not want
to limit the user procmails from doing additional recipes on the
emails just because I whitelisted them at the system level.
Would this be possible?
A matching system procmail recipe is sending to ${DEFAULT}.
Maybe there's a better way than that which will work for me?
Thanks!


Reply With Quote