==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
https://bugs.contribs.org/show_bug.cgi?id=9110
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #8 from Michael McCarn <[email protected]> ---
ARESULT, AMSG, AINFO:
These were intended to be the DNSBL lookup result (ARESULT), the failing dnsbl
service (AMSG), and a list of the dnsbl services that were attempted (AINFO).
I ran into several exceptions that threw off the results, as described below:
If the 'received' header contains a routable IP address:
...and the received headers include 'smtp-auth\ username':
> ARESULT 'AUTH'
> AMSG authenticated username
> AINFO 'Authenticated User'
> IP Sending IP
>> These need to be ignored because otherwise all T-Mobile users would end up
>> having the email from their mobile devices blocked (almost every T-Mobile
>> server I saw during testing was listed in one or more DNSBLs)
...otherwise:
> ARESULT contains the first failing DNSBL lookup result or 'OK'
> AMSG contains the name of the first DNSBL service that has the sending IP
> listed or 'DECLINED'
> AINFO contains the list of DNSBL services attempted for this message
If the 'received' header is missing or contains a non-routable IP (127.*,
172.[123].*, 10.*, 192.168.*)
... and the sending IP is blank (no 'received' header found):
> ARESULT 'SENT'
> AMSG 'BLANK'
> AINFO "No Received Header; this is a 'Sent Item'"
> IP "??.??.??.??"
...otherwise:
> ARESULT 'LOCAL'
> AMSG local sending IP
> AINFO "Message Received from Local IP"
> IP Sending IP
Only messages where ARESULT matches 127* will be moved - Email from
authenticated users, from local IPs, and with no received headers will be
ignored.
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/