My actual loopback detection uses a database lookup and some other things
that are keyed off the value I store in this header. I just tried to
simplify what I was using for general consumption without having to
understand my whole smtp queuing plugin. I have a half-dozen systems that
front a particular MTA from different datacenters over different
public/private connections. I only have to ensure that the MTA I'm queuing
into is going to take the message without processing or not take the message
at all.
peter
On 4/4/05 2:56 PM, "Ask Bj�rn Hansen" <[EMAIL PROTECTED]> wrote:
>
> On Apr 4, 2005, at 12:53 PM, Peter Eisch wrote:
>
>> return (DENYSOFT, "MX looped back to myself ($!)")
>> if ($transaction->header->get('X-SpamKiller'));
>
> and that doesn't support [EMAIL PROTECTED] -> [EMAIL PROTECTED] ->
> [EMAIL PROTECTED] mail forwarding.
>
> Why not look for a Delivered-To header matching the rcpt to parameter?
>
>
> - ask