SA Bugzilla – Bug 1381
Rename NO_MX_FOR_FROM
Last modified: 2003-02-15 09:49:58 UTC
NO_MX_FOR_FROM actually tries to do the MX->A fallback if MX doesn't exist, so the name isn't 100% correct. We should either rename it to something like NO_MAILHOST_FOR_FROM, or perhaps add a NO_A_FOR_FROM and make this into a meta? (I have a feeling that would heavily FP though (kluge.net for instance), so let's just rename it...)
> NO_MX_FOR_FROM actually tries to do the MX->A fallback if MX doesn't exist, so > the name isn't 100% correct. We should either rename it to something like > NO_MAILHOST_FOR_FROM, or perhaps add a NO_A_FOR_FROM and make this into a meta? > (I have a feeling that would heavily FP though (kluge.net for instance), so > let's just rename it...) You need both A and MX for the rule to work decently. Renaming it would be fine. I suggest NO_DNS_FOR_FROM.
we could do this easily for 2.50. just wait for the new scores to generate. :)
Ok, I renamed the rule, so marking as fixed. :)