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

Exim, autoreply



Hello debian-russian,

>         From:
>              "Dmitry Korotkov" <korotkov@festart.ee>
>
> Что нужно написать в ~/.forward, чтобы отправлять автореплай адресатам входящих мэйлов ?
> Что-то вроде "Уехал в отпуск, вернусь тогда-то"
> ?

#   Exim filter   <<== do not edit or remove this line!

logfile $home/filter.log

if personal then
  mail
    to $reply_address
    subject "Re: $h_subject:"
    file $home/vacation.message
    once $home/vacation.once
    once_repeat 1d
    logwrite "$tod_log $message_id <$h_from:> $h_subject"

  deliver postmaster@mydomain.ru
endif

-- 
Best regards,
 leo777                          mailto:leo777@freemail.ru

...Hе кyковать!


-- 
To UNSUBSCRIBE, email to debian-russian-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: