On 08/21/02 at 09:16, Chris Wagner wrote:

> Could anyone briefly explain a very basic routing question?
> 
> I want to use the router to route spam to a spambox on the SIMS server.
> 
> In order to accomplish this, what is the ordinary syntax for routing
> to this box?
> 
> Would it be like this:
> 
> 
> <*.co.uk> = spambox
> 
> or is it something different?

First, you don't need angle-brackets for domain-level routing. However, I
don't think that you can use domain-level routing to route to a local
account (*.co.uk = spambox), except for the special accounts 'error' and
'null'. You'd need to use 'foreign aliasing':

    <*@somedomain.co.uk> = spambox

Unfortunately, you can only have one wildcard on the left side of the entry
and that wildcard can't be in the domain portion of the address, so

    <*@*.co.uk> = spambox

which would seem to accomplish what you're trying to do, won't work. You
have to route specific domains into your spambox account, as with the first
example above.

> In watching you all talk about routing, I seem to remember seeing
> different variations to accomplishing this.

You could use either

    *.co.uk = error

which will bounce any message with a co.uk domain in its return-path, or

    *.co.uk = null

which will simply discard messages without delivering them anywhere and
without generating a bounce message.

-- 
                   Christopher Bort | [EMAIL PROTECTED]
            Webmaster, Global Homes | [EMAIL PROTECTED]
                      <http://www.globalhomes.com/>

#############################################################
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]>

Reply via email to