Multiple email addresses

Is there any way to give a user more than one email address? Some people
send in requests from two different email accounts, and it would be nice to
be able to group the requests together as a single requestor.

Alternatively, is there a place I could hook in a script to rewrite email
addresses as they come in, to render them into a canonical form? Any
examples of such a function?

Thanks,
Bng

Our network may monitor outgoing and incoming e-mail messages
for security and customer service purposes, but this e-mail is
confidential.

Please notify the sender immediately if you receive it in error,
and then delete it.

Is there any way to give a user more than one email address? Some people
send in requests from two different email accounts, and it would be nice to
be able to group the requests together as a single requestor.

Alternatively, is there a place I could hook in a script to rewrite email
addresses as they come in, to render them into a canonical form? Any
examples of such a function?

Take a look at the CanonicalizeAddress function in etc/config.pm.

Robie.