Hello, i use exim with relay connection to postfix (postfix is the mta
service).
I use a autoreply in exim:
# Exim filter
if error_message then
finish
endif
if $message_headers contains ${local_part}\@${domain} then
mail
to ${reply_address}
from "\"=?iso-8859-1?Q?Administraci=F3n_TRIXIE?=\"
<${local_part}\@${domain}>"
#reply_to $h_to:
subject "Licencia de Vacaciones. $h_subject:"
extra_headers "MIME-Version: 1.0\nContent-Type: text/plain;
charset=iso-8859-1\nContent-Transfer-Encoding: quoted-printable"
file /home/c0530107/.autorespondfilter/${local_part}\@${domain}
once /home/Mails/c0530107/${domain}/${local_part}/once.db
# log /home/Mails/c0530107/${domain}/${local_part}/vacation.log
once_repeat 1d
endif
I see in the postfix log this:
Apr 6 10:48:04 smarthost01 postfix/cleanup[22572]: C2A952001508A:
warning: header From: "=?iso-8859-1?Q?Administraci=F3n_TRIXIE?="
<user@domain1 from c00.domain[172.17.110.63]; *from=<>*
to=<u...@hotmail.com> proto=ESMTP helo=<c00.domain>
why from is *from=<>?
any ideas?
*
--