Hi!

I try to send out some autoreply using the following filter:

if personal and
   $message_headers does not contain "X-Spam-Flag:"
  then
  mail
    to $reply_address
    from $local_part@$domain
    subject "Re: $h_subject:"
    file somedir/$local_part.AutoReply
endif

The file might contain some user-specific encoding (ISO 8859-1
or UTF8 or something else). Is there a simple way to detect and add
the proper MIME headers needed to properly encode the reply ?

-- 
[email protected]            +49 171 3101372                         4 years to go !

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to