Lloyd Zusman <[EMAIL PROTECTED]> writes: > Hmm ... I wonder if this string assignment in Python would be faster > than my doing the string assignment of <> inside of maildrop.
You're playing with fire if you do this. TMDA expects $SENDER to always be set, and assumes that an empty $SENDER means a null envelope sender address. If this assumption is carried through to other areas of the code in the future, your setup will suddenly break. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
