Re: [exim] Email alias with plus addressing

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Terry Calie
Date:  
À: exim-users
Sujet: 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.