On Wed, 24 Oct 2018, Paul Heinlein wrote:
All procmail does is run a case-insensitive egrep regular expression against your inbound messages. By default, the regex is run only against the mail headers, though procmail recipes can grep the message body as well if you'd like.
If you choose to match the Subject: header, make sure your rule is flexible enough to match reply (re:, Re:, etc) strings prior to the group name. See, for instance, the Subject: header in this message.
Paul, What is working is using only the subject line tag for the mail list preceeded by a '*'. Regards, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
