Geoff Manning wrote: >When I run spamassassin --lint I receive a parse error as shown below....how >do I fix it? It looks like it is the right syntax. > > > delete it.. always_add_headers is now unsupported with SA 3.0.0 because it's irrelevant.
Really, it's been deprecated since SA 2.60 with the introduction of the add_header command. Since you can specify an add_header command to be spam, ham or all, any action by "always_add_headers" would be contradictory. No part of the SA 2.6x code actually used this parameter, except Conf.pm.