>TMDA always uses RECIPIENT_HEADER if you've set it. It always takes
>precedence over $RECIPIENT in the environment.
>
>If $EXTENSION isn't set, but RECIPIENT_HEADER is, TMDA will parse
>RECIPIENT_HEADER for this information, otherwise, $EXTENSION is left
>alone.
>
>This assumes TMDA 0.71.  Does this help?

Thanks. I am using 0.71. I was looking at this section of tmda-rfilter:

# EXT is the recipient address extension.
address_extension = (os.environ.get('EXT')           # qmail
                     or os.environ.get('EXTENSION')) # Postfix
# Extract EXT from Defaults.RECIPIENT_HEADER if it isn't set.
if not address_extension and (Defaults.RECIPIENT_HEADER and
recipient_header):

I thought this code meant that if EXTENSION was defined (and null) that
RECIPIENT_HEADER would not be used.

Thanks again
-rb

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to