On 2008-02-12 at 15:00 -0500, Marc Sherman wrote:
> Is it possible to configure submission mode so that the return path of a
>  message is set to the $authenticated_id, but there is no Sender: header
> created?

How about using "control = submission/sender_retain" and a rewrite in ye
olde "rewrite" section of the config with just the 'F' flag set?
Something like:

 begin rewrite
 * ${if def:authenticated_id {$authenticated_id}fail} F

(Assuming that the authenticated_id is domain-qualified)

-Phil

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to