I’m getting errors reading .procmailrc in my mail log for users that don’t have any recipies. Apparently this causes the mail to be deferred. I am using the vanilla /etc/procmailrc file so I don’t see why I’m getting the error. If the sample config is in error then how can I fix this? I can’t find where procmailrc has any kind of conditional processing. I think I am looking for the equivalent of:
[code:1:1607e9a96b]
if [ -f ~$user/.procmailrc ] ; then
INCLUDERC="~$user/.procmailrc"
fi
[/code:1:1607e9a96b]
Can someone help be fix this? TIA.[/code]
Comments are closed