Re: [exim] Email alias with plus addressing

Etusivu
Poista viesti
Vastaa
Lähettäjä: Terry Calie
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Email alias with plus addressing

> If you look at the code you put in the configuration file above, you'll
> see {\N.*^reply\+\N} which is a regular expression to allow your
> "reply+*" address to get through. Then cpanel's catchall code will do
> the rest for you by routing it to your catchall address.


Darn.. I screwed up that regex. It should be more like:
{\N^reply\+.*\N}

If you do my thing, you'll need to change that in the code you put in
your config file.