[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim4 vacation message issues [solved]



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



Reply to: