What about mail server run a script that convert HTML mail to be plain text mail?
Kurt 发件人: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] 代表 ron minnich 发送时间: 2014年3月13日 2:42 收件人: coreboot 主题: Re: [coreboot] Friendly reminder: Please just send plain text messages to the list
Works for me, but then what would we talk about :-)
ron
On Wed, Mar 12, 2014 at 11:38 AM, Peter Stuge peter@stuge.se wrote: mrnuke wrote:
Why don't we just configure the mail server to reject messages containing HTML?
I'd welcome that policy, and it is common on many lists.
//Peter
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Yeah, preferably in USASCII, Latin1, or UTF8.
GB2312 causes all sorts of false positives for my Spam filters.
On Mar 12, 2014, at 6:56 PM, Kurt QH1 Qiao qiaoqh1@lenovo.com wrote:
What about mail server run a script that convert HTML mail to be plain text mail?
Kurt 发件人: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] 代表 ron minnich 发送时间: 2014年3月13日 2:42 收件人: coreboot 主题: Re: [coreboot] Friendly reminder: Please just send plain text messages to the list
Works for me, but then what would we talk about :-)
ron
On Wed, Mar 12, 2014 at 11:38 AM, Peter Stuge peter@stuge.se wrote: mrnuke wrote:
Why don't we just configure the mail server to reject messages containing HTML?
I'd welcome that policy, and it is common on many lists.
//Peter
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On Mar 12, 2014, at 6:56 PM, Kurt QH1 Qiao qiaoqh1@lenovo.com wrote:
What about mail server run a script that convert HTML mail to be plain text mail?
Most mail clients send html formatted emails as an additional format, along with the plain text. A script to check for "Content-Type: multipart/alternative" and, if found, strip the html part of the message should suffice. If only html is found, reject the email with a notice to the sender, trying to strip only the html could mess up other parts of the message. Making the strip an option for mailing list subscribers would be a bonus.
-Corey