Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mailman [2009/12/08 00:25]
a created
mailman [2014/08/19 12:53] (current)
zagi [Using UTF-8]
Line 1: Line 1:
 ====== Mailman tips & hacks ====== ====== Mailman tips & hacks ======
 +
 +===== Using UTF-8 ====
 +
 +if you changed apache to 'AddDefaultCharset UTF-8` then you need to fix this:
 +
 +  * edit /var/lib/mailman/messages/sl/LC_MESSAGES/mailman.po and change Content-Type to read: "Content-Type: text/plain; charset=UTF-8\n"
 +  
 +  * run
 +  <code>
 +  iconv --verbose  -f ISO_8859-2 -t UTF-8  mailman.po > mailman.mo
 +  </code>
 +  * and add to /etc/mailman/mm_cfg.py
 +  <code>
 +  DEFAULT_CHARSET = "UTF-8"
 +  VERBATIM_ENCODING = ['UTF-8']
 +  add_language('sl','Slovenian','utf-8','ltr')
 +  </code>
 +  
  
 ===== Massive mailing (spamming) ===== ===== Massive mailing (spamming) =====
mailman.1260228349.txt.gz ยท Last modified: 2009/12/08 00:25 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready