Aur�lien,
In the root processor in your James.conf.xml file, after the following
section...
<!-- Sample matching to kill a message (send to Null) -->
<mailet match="RecipientIs=badboy@badhost" class="Null">
</mailet>
add something that looks like this...
<mailet match="[EMAIL PROTECTED]" class="Forward">
<forwardto> [EMAIL PROTECTED] </forwardto>
</mailet>
You can put as many <forwardto> tags as you want to create simple aliases if
you want to forward to multiple addresses.
Developers, it would be nice if the match for Recipient could handle
multiple addresses so that I could put in other aliases for myself including
common misspellings, etc. and have them all forward to the same place
without having to add a mailet tag for each one for each user I have.
Is there another way to do this??
Eric
----- Original Message -----
From: "Aurelien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 6:41 AM
Subject: redirection supported ?
Hi,
Sorry to repost this, but I'm a beginner with James, and I'm sure
redirection is supported, but I don't know how to make it work.
Any help greatly appreciated !
Aur�lien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]