Re: Convert _ to + on inbound addresses

2010-01-18 Thread Charles Boling
with SQL, there is no need to use pcre. just do that in the SQL query to avoid having to keep an external file up to date... ...except that the + (and everything between it and the @) is *not* actually part of the email address. To use your address as an example: When Postfix receives an

Convert _ to + on inbound addresses

2010-01-16 Thread Charles Boling
I've been a postfix user for nearly 10 years, but in many ways I'm still quite the newbie. That's the problem with Postfix being such a solid MTA: I don't mess with it much. :-) For a good chunk of that time, I have wrestled on and off with this problem off and on, playing with it for a bit,