Bernard Johnson wrote:
> 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.

That looks like a good solution, though I'm not a Postfix expert, and
I don't know if there's a significant performance impact to running
filters like that.  Note that they'd also need to change EXTENSION the
same way.

For completeness, if one were using the RECIPIENT_HEADER feature instead of
the RECIPIENT/EXTENSION environment variables, you'd need to make sure
the address in the recipient header was corrected, instead.

Ed


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

Reply via email to