Hi Rob
Robert Menschel wrote:
Just a quick note that the SARE General Subject rules have been updated.Thanks for your work - but I have to inform you that I cannot --lint the new rule:
Lint output: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/sare_genlsubj0.cf, rule SARE_SUB_DOLLARS, line 1. Unmatched ) in regex; marked by <-- HERE in m/^\(?:Make ) <-- HERE ?d+\s*$/ at /etc/mail/spamassassin/sare_genlsubj0.cf, rule SARE_SUB_DOLLARS, line 1.
The offending line is: header SARE_SUB_DOLLARS Subject =~ /^\(?:Make )?$\d+\s*$/i which probably should read header SARE_SUB_DOLLARS Subject =~ /^(?:Make )?$\d+\s*$/i ?
Matt