On Tue, 27 Feb 2007, #Ronan McGlue wrote:
>
> what information is available during the DATA_ACL eg to perform lookups on to
> get the username to use for SA?

The only thing that Exim provides is the list of all recipients,
$recipients (plural). What I would recommend that you do is use an ACL
variable, $acl_m* (the * part is chosen by you), which you set in the RCPT
ACL depending on the recipient. You can add some logic to detect if the
variable is already set (i.e. a message with multiple recipients) and
adjust it accordingly - e.g. choose a default user.

Tony.
-- 
f.a.n.finch  <[EMAIL PROTECTED]>  http://dotat.at/
HEBRIDES: CYCLONIC 6 TO GALE 8, OCCASIONALLY SEVERE GALE 9, PERHAPS STORM 10
LATER. ROUGH INCREASING HIGH. RAIN THEN SQUALLY SHOWERS. MODERATE OR POOR.

Reply via email to