Am 24.05.2016 um 15:09 schrieb Felix Schwarz:
> Both messages were submitted with Thunderbird so the headers are very much the
> same. The only difference I'm seeing is that the "bad" messages has a DKIM
> signature while the "good" message got two anti-spam headers ("X-Provags-ID",
> "X-UI-Out-Filterresults").
ah, I just observed something *very* interesting:
- server to tries to deliver message to my rspamd host
- R_BAD_CTE_7BIT detected
- greylisting
- I force a new delivery from the source server (so the mail was not altered
in any way, just queued by exim)
- IS NOT DETECTED
(I disabled DKIM signing for this test so I think we can rule out the DKIM
header.)
However I noticed one thing in the logs:
The first delivery was using ipv6 (all my hosts run with the usual dual stack
setup). The second delivery used ipv4.
Also that matches my observation with the other provider I mentioned in my
previous mail - they only use ipv4. Could ipv6 be a problem here?
Felix