In conjunction with something else I was working on with postfix, I had a
postfix filter running.  At the top of the postfix filter.sh I put

export RECIPIENT=${2//+/-}

which seems to have made everything happy for the email that came in still
using "+".  I'm sure there are better ways, but this was the easy way for me
since I was already filtering.

> Your only alternatives now are to configure Postfix to use '+' as the
> delimiter ('recipient_delimiter=+' in main.cf) or somehow rewrite the
> +-delimited addresses to be --delimited before they reach TMDA.

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

Reply via email to