-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi John,

it is hard to guess without any information about what acl you are using
for calling spamassassin.

Am Di den  1. Sep 2015 um 14:44 schrieb John Mc Murray:
> Agreed, and that is what I'm trying to achieve with this in the RCPT ACL
> (just logging at the moment, not actually dropping or denying):
> 
> 
> warn log_message   = HELO Policy Restriction: HELO is not an FQDN.
>      condition = ${if match{$sender_helo_name}{\N^\[\N}{no}{yes}}
>      condition = ${if match{$sender_helo_name}{\N[^.]\N}{no}{yes}}
>      add_header = X-Spam-Note: HELO Policy Restriction: HELO is not an FQDN
> at 1
> warn log_message   = HELO Policy Restriction: HELO is not an FQDN.
>      condition = ${if match{$sender_helo_name}{\N^\[\N}{no}{yes}}
>      condition = ${if match{$sender_helo_name}{\N\.\N}{no}{yes}}
>      add_header = X-Spam-Note: HELO Policy Restriction: HELO is not an FQDN
> at 2

I don't know where you use this ACLs. However, in this case, there is an
/and/ correlation between the two conditions, not an /or/ correlation.

> This logs and adds the headers for spam in general, but the spam that I
> quoted in my original mail bypasses all of those ACLs, including
> spamassassin..

Again, as long as you don't give us the ACLs where you do the
spamassassin checks (better all ACLs), it is hard to guess.

Regards
   Klaus
- -- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <[email protected]>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQGcBAEBCgAGBQJV5a8HAAoJEKZ8CrGAGfasYIQMAIzbJbMRYloSI2RLjWjo1BVK
tDDzwpRccS8js535RZ6tWKMZQbUnWLVWCgPxPmyjS9T2YVDxZQ1jkqvn0VUiCkVW
TfAbFJ0ove4U8DDrMfpF/sNUs+eRcYhltc8D09DYtkiLaYmHIfthQs63iKW49tWN
Q0OfmyFsjUgZGWVC13BubRNE2vjvov1pgdOIK+b620mjhqzJMba7loo3XdvF77D+
zSQ2CwyGw95UooJZEacNrBAFKm7rBHFvV4MrHVJPNa/4HOGeGLklRo1dqFHOUu1W
Lo+88xC6HSntlBEqufrO51oXsKfAC5im2ialvOV2uP/X3tPt3oS30+daemJP/Imu
/dE542ZpLz2h38ooNtbPU8rzCUL+Ks0uwJUS6cwr8B+d1VWvjs2EiQu8+/nXYETO
AFCElqES9CdGzpmlNTV4f5jayIqLXSpfoEoiv9tG0mlOpeqPEwZ6Tp6WOnTSxRPL
6AnhIG4ZLQddYgA7fNeJddedDu7+pE7X+DeGsZHpmw==
=Uxj3
-----END PGP SIGNATURE-----

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to