|
From: Max P. <py...@br...> - 2013-04-03 23:31:07
|
On Wed, 3 Apr 2013, Max Pyziur wrote:
> On Wed, 3 Apr 2013, Max Pyziur wrote:
>
>>
>>
>>
>> Greetings,
>>
[...]
>
> One follow-up, I see that html tags are being stripped; to briefly
> illustrate, the following is pasted in:
>
> #########
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>News from The Museum: Kinofest NYC 2013</title>
> <meta name="robots" content="noindex,nofollow">
> <style type="text/css">
> ul {
> margin-top: 0px;
> margin-bottom: 0px;
> }
> #########
>
> and the following is received (if you dig ...)
>
> #########
> News from The Museum: Kinofest NYC 2013
> <style type="text/css">
> ul {
> margin-top: 0px;
> margin-bottom: 0px;
> }
> ###########
After more testing, this is localized to PHP 5.3 and Squirrelmail 1.4.22.
The html_mail plugin hasn't changed in a considerable amount of time.
What appears to be happening is that when trying to compose html-formatted
mail in its source code form, and then pasting it in, the combination of
PHP5.3 and Squirrelmail 1.4.22 are more strict in determining what are
allowable tags.
So, does anyone know if this is a configuration setting with the
possibility of it being loosened?
Thanks
>> Much thanks.
> [... recycle ...]
>
>> Max Pyziur
>> py...@br...
> [... recycle ...]
[...recyle ...]
|