I've been playing around with pre- and post-data filters, and I was 
wondering - is there a way to get the "resolved" recipient (after resolving 
aliases) as well as the actual recipient provided in the SMTP session? For 
example, if I have a domain (example.com) with a user ([EMAIL PROTECTED]) 
with aliases ([EMAIL PROTECTED]), and the SMTP session looks like this:

HELO test.com
MAIL FROM: <[EMAIL PROTECTED]>
RCPT TO: <[EMAIL PROTECTED]>

Is there a way for the pre-data (or post-data) filter to receive *both* 
<[EMAIL PROTECTED]> and <[EMAIL PROTECTED]> (the validated user after alias 
resolution)?

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to