> Is there any way to disable the character set info from the Subject: line
> of
> vacation and admin messages eg. the stuff that says:
>
> "=?ISO-8859-1?Q?Automated Reply from" that gets tacked on to the start of
> the
> subeject. specifically the bit that says =?ISO-8859-1?Q
>
> It's confusing people that get the response messages.
>
My server does not add the "=?ISO-8859-1?Q
You could probably edit the /usr/local/sbin/vacation.pl
and below
my $subject=$i18n->get("[[base-email.vacationSubject]]");
add something like:
$subject =~ s/=\?ISO-8859-1\?Q\?//;
http://www.perl.com/pub/a/2000/11/begperl3.html
----
Ken Marcus
Precision Web Hosting, Inc.
http://www.precisionweb.net