Hi --

I'm running tmda-1.0.1. My MTA is exim-4.30-8.

Any arriving e-mails which do not match to an entry in my white list are appropriately
challenged. However, when the person who submitted the message attempts to
confirm by replying to the challenge, that reply is rejected by Exim with the complaint
that the address is unroutable. It would seem that Exim is getting confused by the tag.
Any ideas on how to fix this problem? I'm appending my rounter and transport.
Thanks for any input.


     ... doug
- - - - - - - - - - - - Cut Here - - - - - - - - - - -
### TMDA ROUTER
tmdaprocess:
 driver = accept
 check_local_user
 no_verify
 no_expn
 local_part_suffix = -*
 local_part_suffix_optional
 local_parts = doug
 transport = tmda_pipe

### TMDA TRANSPORT
tmda_pipe:
 driver = pipe
 command = /usr/bin/python /usr/local/tmda-1.0.1/bin/tmda-filter
 return_path_add
 delivery_date_add
 envelope_to_add
 user = $local_part
 group = mail
 environment = EXTENSION=${substr_1:$local_part_suffix}:\
               [EMAIL PROTECTED]

_________________________________________________________________
Get some great ideas here for your sweetheart on Valentine's Day - and beyond. http://special.msn.com/network/celebrateromance.armx


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to