..... I came up with this as an improvement to my
earlier attempts (see separate message from Eli for a pointer):
I don't understand.
# No subject line, or silly "no subject"
:0
* ^Subject:
* ! ^Subject: [[(]?(none|unidentified|unspecified|no)( subject)?[.!]?[])]?
If subject is empty AND it doesn't contain the silly string ?
{ }
Then do nothing?
:0EHB: # H == scan header (for no MAILER); B == scan message body
* ! ^FROM_MAILER
* B ?? < 1000
* $ $UNSUBSCRIBE
scratch/unsubscribe
But if neither condition, then do the filter?