A common form of spam comes with the body text in all uppercase letters. Perhaps the senders are all using Apple ][e computers. Anyway, if I add the following to /etc/postfix/body_checks will I unintentionally reject valid messages?
/[A-Z].*/ If this will not selectively identify such messages, please suggest a regex expression that will. Thanks, Rich
