Hello,
What is the correct syntax if I wanted to perform multiple header checks?
header_checks: X-Spam: (yes|maybe)
header_checks: x-another-header: (some|any)thing
or:
header_checks: X-Spam: (yes|maybe)
x-another-header: (some|any)thing
or:
header_checks: ['X-Spam: (yes|maybe)', 'x-another-header:
(some|any)thing']
Or something completely different? I don't think it is the first two
because "mailman conf -s antispam" shows only a single header_checks.
But the 3rd variant doesn't work either.
Simon
Hello,
What is the correct syntax if I wanted to perform multiple header
checks?
header_checks: X-Spam: (yes|maybe)
header_checks: x-another-header: (some|any)thing
or:
header_checks: X-Spam: (yes|maybe)
x-another-header: (some|any)thing
or:
header_checks: ['X-Spam: (yes|maybe)', 'x-another-header:
(some|any)thing']
Or something completely different? I don't think it is the first two
because "mailman conf -s antispam" shows only a single h= eader_checks.
But the 3rd variant doesn't work either.
Simon