http://bugzilla.spamassassin.org/show_bug.cgi?id=3295
------- Additional Comments From [EMAIL PROTECTED] 2004-04-22 16:48 ------- The def_whitelist_from_rcvd entry in rules/60_whitelist.cf lists [EMAIL PROTECTED] with a mailserver domain of yahoo-inc.com. All these examples came through a yahoo.com mail server, so the rule is working as designed. You should add another def_whitelist_from_rcvd entry for [EMAIL PROTECTED] to specify yahoo.com as a valid mail server domain for it. I seem to recall that multiple entries were not handled but that I added that capability when I wrote the code for this rule. I don't know what is going on with the orbitz example and can't test it right at this moment. The def_whitelist entry for [EMAIL PROTECTED] does say wm.orbitz.com and the mail is from a server in that domain. Is it possible that the code is being confused by the three level domain name? Or is it looking only for trustworthy Received headers and so looking at the next server up in the chain which is in the orbitz.com domain? A quick test that someone can do without having to delve into the code is to add these two new lines to 60_whitelist.cf to confirm if it fixes the yahoo-inc.com case and see if it has an effect on the orbitz.com case. If the yahoo one gets better, that part is a configuration problem. If the orbitz one gets better I think I have a bug to fix. def_whitelist_from_rcvd [EMAIL PROTECTED] orbitz.com def_whitelist_from_rcvd [EMAIL PROTECTED] yahoo.com I would appreciate it if someone could perform that test while I am in a computer-challenged state. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
