zkn ha scritto: > Hi, > > we have a server where all incoming emails despite the recipient are > saved in a single folder. To get the real recipient of an email we parse > the Received headers of the message but in rare cases the recipient's > address is not there. > We already have a mailet that adds a custom header to the message with > the address of the real recipient but I wondered can this be achieved by > only using the bundled the mailets. > > Thanks, > Ozkan
No, you can't do this using only bundled mailets. Look at the LocalDelivery code and how it writes the "Delivered-To" message. You may want to write a LocalDelivery that write the original delivered-to and then place the message in a single inbox. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
