Return-Path and Bounce process

tonanbarbarian

New member
Joined
Feb 20, 2006
Messages
4
I have a newsletter script installed on a site. It sets the return path to an email address on the same domain as the site, however exim is modifying the return path to make it the user account for the domain.

i.e.
If the user account in DA is: someone
and the domain is: somewhere.com

Return-path: [email protected]

gets changed to
Return-path: [email protected]

I would really like some way to be able to keep using the return path the script has set

Yes I know I can just have the bounce processing code log into the [email protected] email account and process but I would rather not.

Anyone have any ideas?
 
Back
Top