| Anonymous | Login | Signup for a new account | 02-09-10 22:10 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0003981 | phplist | Template Management | public | 07-09-05 09:29 | 08-06-09 11:44 | ||||||
| Reporter | chronarc | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 2.8.12 | ||||||||||
| Target Version | 2.11.X | Fixed in Version | |||||||||
| Summary | 0003981: text after </html> increases SPAM score | ||||||||||
| Description | When a template contains </body></html> then the footer contents which contain html links meant that emails sent where sometimes triggering SPAM filters. One of the reasons was "text after html tags". I am not sure whether this is a matter of user education or perhaps the "</body></html>" tags should be removed automatically if they are mistakenly entered, or at least warned about them. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0006673) michiel (administrator) 08-09-05 00:48 |
I think this is already sorted in the current dev version, but still marked it to be check, just to be sure |
|
(0006826) michiel (administrator) 15-09-05 01:31 |
can you upgrade to 2.10.1 and see if that solves the problem? thanks |
|
(0050678) tipichris (reporter) 08-06-09 11:44 |
I certainly still have an issue in 2.10.10. The adding of the signature is simply appended blindly onto the end of the template, separated with a . Where a template includes the closing </body></html> this generates invalid html which is likely to trigger spam filters: </body> </html> <style type="text/css"><!-- .poweredphplist {font-family: arial, verdana, sans-serif;font-size : 10px; font-variant: small-caps; font-weight : normal; padding: 2px; padding-left:20px;} a:link.poweredphplist, a:active.poweredphplist, a:visited.poweredphplist {font-family: Arial, verdana, sans-serif; font-size : 10px; font-variant: small-caps; font-weight : normal; color : #666666; text-align : center; text-decoration : none; padding: 2px;} a:hover.poweredphplist {color : #7D7B7B;} //--></style> <span class="poweredphplist">powered by http://www.phplist.com [^] v 2.10.10, © http://paddington.raggedstaff.net/lists/lt.php?id=eEUIUApFAltFCw%3D%3D</span> [^] Even if the signature were inserted befor the final </body> it is doubtful that the HTML would be valid as it includes an inline <style> element. The <style> element should not occur in the body of html, only in the head. |
| Copyright © 2000 - 2010 MantisBT Group |