----- Original Message -----
From: "Peter Donald" <[EMAIL PROTECTED]>


> depends on the address. Certain accounts like
> POSTMASTER/pOsTmAsTeR/postmaster are all equivelent - I have a list of
> special mailbox entries and recommended ones (like abuse) that I will send
> as soon as I get to my dev machine.

This raises a good point.  It's important for a mail server to handle the
postmaster@<domainname> for any of the domain names that server is handling,
which for James is the domains in <servername>.  What I think I'll do it
automatically add an alias mailet to the top of the root repository that
rewrites any requests for postmaster at a servername to the postmaster
address specified for the server.  This test will be case insensitive.

> In theory [EMAIL PROTECTED] should be bounced as USERNAME is case
> sensitive but if people have sent out their addresses as insensitive then
> you are stuck ;(

Yeah, not quite sure how to best handle this... my best idea so far is to
write a mailet you can optionally add which will convert all the local parts
to lowercase.  This would change the address for external recipients (on
outgoing messages), so I'm not very please with this idea.  Anyway, needs
some work.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to