You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/07/29 18:22:47 UTC

[Bug 3993] RegistrarBoundaries::split_domain() handles ..us incorrectly?

http://bugzilla.spamassassin.org/show_bug.cgi?id=3993





------- Additional Comments From phachey@city.cornwall.on.ca  2005-07-29 09:22 -------
This has become a problem for us -- if we want SPF_HELO_PASS to work for other
receivers that are using SpamAssassin.

In "<domain>.<municipality>.<prov>.ca":
Mail::SpamAssassin::Util::RegistrarBoundaries::split_domain
thinks that "<municipality>.<prov>.ca" is the domain, but it is not -- that's a TLD.

Here's where I ran into the problem:

debug: SPF: checking HELO (helo=cnwlmail01.city.cornwall.on.ca, ip=206.130.227.100)
debug: SPF: trimmed HELO down to 'cornwall.on.ca'
debug: SPF: query for /206.130.227.100/cornwall.on.ca: result: unknown,...


It should have been trimed down to 'city.cornwall.on.ca'.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.