https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6353
--- Comment #19 from mouss <[email protected]> 2010-03-02 01:00:57 UTC --- (In reply to comment #6) > I tried Mouss's version: > > header FH_FROMEML_NOTLD From:addr !~ /\...@.*+\./ > > It seems to be buggy, see result below! > > testlinux:/# spamassassin --lint > Feb 28 23:13:07.491 [3009] warn: config: invalid regexp for rule > FH_FROMEML_NOTLD: /\...@.*+\./: Nested quantifiers in regex; marked by <-- > HERE in > m/\...@.*+ <-- HERE \./ > Feb 28 23:13:07.728 [3009] warn: config: warning: description exists for > non-existent rule FH_FROMEML_NOTLD > Feb 28 23:13:08.445 [3009] warn: lint: 2 issues detected, please rerun with > debug enabled for more information sure it's bogus: it has a ".*+". should be From:addr !~ /\...@.+\./ without the '*'. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
