https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5947

           Summary: Mention header exists regexps
           Product: Spamassassin
           Version: 3.2.5
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The Mail::SpamAssassin::Conf man page says

       header SYMBOLIC_TEST_NAME exists:name_of_header
           Define a header existence test.  "name_of_header" is the name of a
header to test for existence.  This is
           just a very simple version of the above header tests.

Well, the story behind that is it does not match regular expressions.

Therefore you need to also mention after that sentence how to also
match regular expressions.

E.g., one can do

header J_BUGZILLA_2 ALL =~ /^X-Bugzilla/m

to match all X-Bugzilla.* headers!


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to