aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MTA (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro5-5/+5
2017-11-23Ignore missing .db files when updating group and mode.Mark Sapiro1-1/+6
2017-06-06Ensure aliases.db and virtual-mailman.db are world readable and ownedMark Sapiro1-3/+25
by the Mailman user.
2017-05-30Added list-owner@virtual.domain addresses to virtual-mailman.Mark Sapiro1-6/+29
2016-10-11Further changes to keep domains aligned with virtual list notification emailsJim Popovitch1-8/+4
2016-04-14Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman.Mark Sapiro1-1/+10
2016-02-22* add option to pick up C_() texts to make potfileYasuhito FUTATSUKI at POEM1-2/+2
* revise command line utils _()/C_() usage (not tested at all)
2016-02-22Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM2-11/+11
(for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
2015-05-27Add mailman@domain entries for virtual domains to data/virtual-mailman.Mark Sapiro1-2/+39
2014-01-09Fixed POSTFIX_STYLE_VIRTUAL_DOMAINS to be case-insensitiive.Mark Sapiro1-3/+7
2011-04-16Changed bin/genaliases to only call the POSTFIX_*_CMD commands once whenMark Sapiro1-2/+5
MTA = 'Postfix'. Bug #266408.
2010-05-10Forgot the loop address in the immediately previous change.Mark Sapiro1-0/+2
2010-05-10Provided the ability to specify in mm_cfg.py a local domain (e.g.Mark Sapiro1-1/+5
'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. Bug #328907.
2008-08-22MTA/Postfix.pyMark Sapiro1-1/+6
If the STANZA END for a list being removed is missing or munged, the remainder of the aliases and/or virtual-mailman file is lost. Fixed.
2008-06-30- Bumped version to 2.1.11.Mark Sapiro1-3/+8
- Changed MailList.Create() to check that list name contains only characters that match the new mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS. - Changed MTA.Utils.makealiases() to escape a few characters in the list name in the pipe command.
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2-5/+6
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
2005-12-13SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi1-1/+10
2005-10-23Use msg.send() to add Date header in create notification.tkikuchi1-3/+4
Mlist is already removed when remove. Use email.Utils.formatdate().
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi5-5/+5
2004-09-22decoration is useless; in fact, it causes mojibake in japanese.tkikuchi1-2/+2
2003-03-31Backporting from trunkbwarsaw2-21/+36
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr
2003-01-02_do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw1-3/+3
code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").