Re: Routing all but one address
Nicolas Hatier <[email protected]>
| Newsgroups | gmane.mail.cgatepro.general |
|---|---|
| Message-ID | <[email protected]> |
I use this scheme in my router, but the second entry is sent somewhere else, so that may be it. Any match causes the router to restart processing with the translated address, to it's possible <thisbox> should be repeated to avoid loops: R.M:<[email protected]> = [email protected] R.M:<[email protected]> = [email protected] # avoids loop R:M:<*@domain.dom> = [email protected] Nicolas On 2015-11-27 10:15, Palvelin Postmaster wrote: > Humm…this doesn’t seem to work > > R.M:<[email protected]> = [email protected] > R:M:<*@domain.dom> = [email protected] > > [email protected] goes to loop with the above rules. All other addresses get routed to [email protected] properly. > > > >> On 27.11.2015, at 16:58, Nicolas Hatier <[email protected]> wrote: >> >> >> Router rules are applied in order, so yes, just put your exception BEFORE the global rule, and make good use of the .here specifier if needed. >> >> I guess that would look like this (not tested): >> >> R:M:<[email protected]> = [email protected] >> R:M:<[email protected]> = [email protected] >> >> Nicolas >> >> >> On 2015-11-27 09:53, Palvelin Postmaster wrote: >>> Is it possibe to use the Router to route all incoming email of a specific domain to a specific mailbox EXCEPT one email address? For example >>> >>> [email protected] is routed to [email protected] >>> except >>> [email protected] is routed to [email protected] >>> >> ############################################################# >> This message is sent to you because you are subscribed to >> the mailing list <[email protected]>. >> To unsubscribe, E-mail to: <[email protected]> >> To switch to the DIGEST mode, E-mail to <[email protected]> >> To switch to the INDEX mode, E-mail to <[email protected]> >> Send administrative queries to <[email protected]> > ############################################################# > This message is sent to you because you are subscribed to > the mailing list <[email protected]>. > To unsubscribe, E-mail to: <[email protected]> > To switch to the DIGEST mode, E-mail to <[email protected]> > To switch to the INDEX mode, E-mail to <[email protected]> > Send administrative queries to <[email protected]> ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>