Re: Adding X_SPAM headers to passed messages

2014-05-15 Thread Michael Storz via amavis-users
Am 2014-05-14 21:30, schrieb James B. Byrne via amavis-users: On Wed, May 14, 2014 09:36, James B. Byrne wrote: As suggested I manually added our domain (.harte-lyne.ca) to @local_domains_maps. This had the desired effect and X-SPAM headers began to appear in processed emails. However, I was

Re: Adding X_SPAM headers to passed messages

2014-05-14 Thread James B. Byrne via amavis-users
On Wed, May 14, 2014 09:36, James B. Byrne wrote: As suggested I manually added our domain (.harte-lyne.ca) to @local_domains_maps. This had the desired effect and X-SPAM headers began to appear in processed emails. However, I was curious why this would work since we had these two statements a

Re: Adding X_SPAM headers to passed messages

2014-05-14 Thread James B. Byrne via amavis-users
On Tue, May 13, 2014 17:42, Larry Stone via amavis-users wrote: > On Tue, 13 May 2014, James B. Byrne via amavis-users wrote: > I have the following settings in /etc/amavisd/amavisd.conf: $sa_tag_level_deflt = -; # add spam info headers if at, or above >>> that level > >> If yo

Re: Adding X_SPAM headers to passed messages

2014-05-13 Thread Larry Stone via amavis-users
On Tue, 13 May 2014, James B. Byrne via amavis-users wrote: I have the following settings in /etc/amavisd/amavisd.conf: $sa_tag_level_deflt = -; # add spam info headers if at, or above that level If you review the configuration settings I gave above you will discover that I already hav

Re: Adding X_SPAM headers to passed messages

2014-05-13 Thread Patrick Ben Koetter via amavis-users
The recipient domain MUST be listed in @local_domains. Also you need to set: $allowed_added_header_fields{lc('X-Spam-Status')} = 1; $allowed_added_header_fields{lc('X-Spam-Report')} = 1; p@rick * James B. Byrne via amavis-users : > > On Tue, May 13, 2014 16:54, Simon B wrote: > > On 13 May 2

Re: Adding X_SPAM headers to passed messages

2014-05-13 Thread James B. Byrne via amavis-users
On Tue, May 13, 2014 16:54, Simon B wrote: > On 13 May 2014 22:43, "James B. Byrne via amavis-users" < > amavis-users@amavis.org> wrote: >> >> CentOS-6.5 >> Postfix-2.6.6 >> Amavisd-new-2.8.0 >> Spamassassin-3.3.1 >> OpenDKIM-2.9.0 >> pypolicyd-spf-1.2 >> >> I wish to have all spam assassin test h

Re: Adding X_SPAM headers to passed messages

2014-05-13 Thread Simon B via amavis-users
On 13 May 2014 22:43, "James B. Byrne via amavis-users" < amavis-users@amavis.org> wrote: > > CentOS-6.5 > Postfix-2.6.6 > Amavisd-new-2.8.0 > Spamassassin-3.3.1 > OpenDKIM-2.9.0 > pypolicyd-spf-1.2 > > I wish to have all spam assassin test hits detailed in the headers of all > messages that pass t

Adding X_SPAM headers to passed messages

2014-05-13 Thread James B. Byrne via amavis-users
CentOS-6.5 Postfix-2.6.6 Amavisd-new-2.8.0 Spamassassin-3.3.1 OpenDKIM-2.9.0 pypolicyd-spf-1.2 I wish to have all spam assassin test hits detailed in the headers of all messages that pass through the filters. At the moment messages flagged as spam have them and messages that pass do not. I am in