You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Fox Sterling <vi...@hotmail.com> on 2003/11/24 22:12:37 UTC

JDBCVirtualUserTable: Finding original recipient

Is there a way to find the original "MAIL TO" address used when using a JDBCVirtualUserTable?  I use a catch all account, and all mail goes to it.  For normal mail it's easy to simply use the "To" header to find this information.  But what if I was "Bcc", or am part of a mailing list like the james list where my email never shows in the "To" or "Cc" headers?  Does the JDBCVirtualUserTable add a header I can use?  If not, I don't mind changing the code my self, but then I wouldn't be able to upgrade later unless I made the change again.  Something like "X-Original-Recip: user@domain" would be very helpfull.  I could then look at that header to see who it was original to, and reply with that address.