John Peacock wrote:
qmail-local.c: strerr_die1x(100,"This message is looping: it already has my Delivered-To line. (#5.4.6)");
qmail-smtpd.c: if (hops) { out("554 too many hops, this message is looping (#5.4.6)\r\n"); return; }
But, I don't think that the qmail-local test is correct for qpsmtpd to deal with, though, since that is part of the LDA portion (and qpsmtpd always hands that task off to some other code). That test is there in qmail-local to prevent stupid .qmail tricks...
Ah, yes, I hadn't thought that through properly. In that case, the Delivered-To check would belong in a plugin, like checks for local recipients.
I'm still trying to imagine how adding a Delivered-To line would ever help a spammer get a message through, but maybe it's just a magical recipe being passed around the spammer community.
-- Keith C. Ivey <[EMAIL PROTECTED]> Washington, DC
