Version 4.34 ------------ 1. There are two new variables called $recipient_data and $sender_data. These are set from a lookup success in an ACL "recipients" or "senders" condition, or in a router "senders" option, similar to $domain_data and $local_part_data. They remain set until the next senders or recipients test. Thus, you can do things like this: require recipients = cdb*@;/some/file deny some further test involving $recipient_data ****