Hi,
After a very long time .... I've looked at this again and fixed it.
This is my /etc/exim4/conf.d/router/260_vacation router file:
VACATION_CONDITION = "\
${if match{$h_Subject:}{^.*do not send vacation message.*}\
{no}{yes}\
}"
uservacation:
debug_print = "R: uservacation for $local_part@$domain"
check_local_user
driver = accept
domains = +local_domains
require_files = $local_part:$home/.vacation
condition = VACATION_CONDITION
# do not reply to errors or bounces or lists
senders = ! ^.*-request@.*:\
! ^bounce-.*@.*:\
! ^.*-bounce@.*:\
! ^owner-.*@.*:\
! ^postmaster@.*:\
! ^webmaster@.*:\
! ^listmaster@.*:\
! ^mailer-daemon@.*:\
! ^root@.*
no_expn
transport = uservacation_transport
unseen
no_verify
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]