资料来源:
http://www.woodpecker.org.cn:9081/classes/050730-CPUG/usMaillist/
什么是邮件列表
A mailing list is a collection of names and addresses used by an individual or an organization to send material to multiple recipients. The term is often extended to include the people subscribed to such a list, so the group of subscribers are referred to as "the mailing list", or simply "the list".
邮件列表的作用和地位
采用post的方式,对一定的话题进行讨论,主要的工具是email客户端。是用户的群体空间,是大部分OpenSource项目的主力交流平台。
邮件列表可能的问题
- 功能重复,职责不明。没有明确邮件列表的主题,明确本邮件列表与其他邮件列表的关系。
- Cross-post,交叉发帖。在多个邮件列表上发相同的帖子。会造成讨论不集中,讨论线索凌乱。还是因为多个邮件列表之间职责不明确。
- FAQ等文档不完备
- 提问的智慧。需要多次复习的好指南。 http://python.cn/contents/wisedom_of_asking.html
- 客户端破坏回帖内容。国内很多的邮件客户端并不好,不符合规范。推荐 gmail,Thunderbird, KMail,不要用foxmail和dreammail,国内的163等webmail也不是很好。
- 编码。仔细选择编码,推荐UTF-8?
- 引文。引文放在回复的文字下方,所谓bottom-posting。注意裁剪你的引文,只保留和你回复相关的部分,删除大段代码。不要使用Original Message模式。不要依赖gmail的引文隐藏功能,因为你的信件是要被存档的。
- 附件。尽量不要携带附件,因为不能被存档。上传至web站点,给出链接就可以。
- html邮件。最好使用纯文本。节省带宽,防止客户端不支持,以及防止被过滤。
- 离题。针对你所回复的内容发言。涉及新的话题的时候不要放在回复别人的帖子里。
宗旨
- 社区需要每一个人共同维护
- 你的邮件会发送给社区中每一个人
- 尊重别人的时间
- 节省带宽
- 产生有用的存档
- 参照RFC 1855
- Think before you post!