Does TMDA support automatically responding to challenges sent by other
TMDA users? After taking a look through the site and code it appears the
answer is no, but I thought I'd ask to be sure.

The reason I'm asking is that I work on Qurb, a whitelist add-in for
Outlook. Qurb has a challenge/response system similar to TMDA. The
specifics are different due to the implementation constraints of
Outlook, but the idea is very similar. We'd like to support automatic
processing of other challenge/response systems and we're interested in
supporting TMDA.

For Qurb to automatically respond to TMDA challenges it looks like we
would need to do the following (in very rough pseudo code):

if (Return-Path == NULL &&
    Auto-Submitted == "auto-replied" &&
    X-Delivery-Agent begins with "TMDA" &&
    IsReplyToMessageWeSent
    ) {
    // This is a TMDA challenge to a message we
    // sent. Automatically respond for the user.
    SendResponseTo(Reply-To);
}

Does this make sense?

Thanks,
Linus
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to