or download this
if (exists $mail{ruleset} and exists $mail{arg1}) {
$mail{ruleset} eq 'check_mail' and $mail{from} = $mail{arg1};
$mail{ruleset} eq 'check_rcpt' and $mail{to} = $mail{arg1};
$mail{ruleset} eq 'check_relay' and $mail{relay} = $mail{arg1};