diff options
author | tkikuchi <> | 2005-01-22 06:55:29 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-01-22 06:55:29 +0000 |
commit | 86cf0b3c4c231d9cd7ec56b1e8274cccaf45c418 (patch) | |
tree | c585d18205c0a2192ab7e9c7327ed5f2c48fc809 /NEWS | |
parent | 4ce659dbfb43724e8b794df0878639fdd6e1a2d9 (diff) | |
download | mailman2-86cf0b3c4c231d9cd7ec56b1e8274cccaf45c418.tar.gz mailman2-86cf0b3c4c231d9cd7ec56b1e8274cccaf45c418.tar.xz mailman2-86cf0b3c4c231d9cd7ec56b1e8274cccaf45c418.zip |
Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.
Now the default behavior of prefixing is "Re: [prefix] subject".
Variations like "Re[2]:" and German style "AW:" is now replaced by "Re:".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -53,7 +53,10 @@ Here is a history of user visible changes to Mailman. - New feature: subject_prefix can be configured to include a sequence number which is taken from the post_id variable. Also, the prefix is always put at the start of the subject, i.e. "[list-name] Re: original - subject" + subject", if mm_cfg.OLD_STYLE_PREFIXING is set No. The default style + is "Re: [list-name]" if numbering is not set, for backward compatibility. + If the list owner is using numbering feature by "%d" directive, the new + style, "[list-name 123] Re:", is always used. - List owners can now use Scrubber to get the attachments scrubbed (held in the web archive), if the site admin permits it in mm_cfg.py. New |