RE: CBV
David Woodhouse <[email protected]>
| Newsgroups | gmane.mail.spam.srs.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-05-07 at 15:21 -0400, Stuart D. Gathman wrote: > The CBV would work with the recipient sending the recipient as MAIL FROM > and the sender as RCPT TO. No. CBV MUST ALWAYS be done with MAIL FROM:<>. To do anything else is insanely broken and liable to cause callback loops. You can _perhaps_ make an exception to that, in brain-damaged circumstances, for callbacks from <postmaster@$domain> where you promise not to do callbacks when you in turn get a callback to that <postmaster@$domain> address triggered by your own callout... but that's still a fairly silly thing to do. Use MAIL FROM:<>. -- dwmw2