Код: Выделить всё
unseen deliver mailbox@whatever.domain
Модератор: xM
Код: Выделить всё
unseen deliver mailbox@whatever.domain
Код: Выделить всё
# system filter
system_filter = /usr/local/etc/exim/copy_mail.conf
Код: Выделить всё
# смотрим получателей. Вначале по юзерам, потом по альясам
if $recipients is "${lookup mysql{SELECT `id` FROM `users` WHERE `id`='$recipients' AND `copy_mail`='1' LIMIT 1}}"
then
unseen deliver куда@надо
endif
if $recipients is "${lookup mysql{SELECT `to_user` FROM `aliases` WHERE `to_user`='$recipients' AND `copy_mail`='1' LIMIT 1}}"
then
unseen deliver куда@надо
endif
сейчас проверил... mailboxUrgor писал(а):А как бы еще снять флаг: запрос подтверждения о прочтении/получении?
Код: Выделить всё
headers add "New-Subject: $h_subject:"
headers remove subject
headers add "Subject: $h_new-subject:"
headers remove new-subject
Код: Выделить всё
headers_remove = X-Confirm-Reading-To:Disposition-Notification-To