aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MTA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore missing .db files when updating group and mode.Mark Sapiro2017-11-231-1/+6
|
* Ensure aliases.db and virtual-mailman.db are world readable and ownedMark Sapiro2017-06-061-3/+25
| | | by the Mailman user.
* Added list-owner@virtual.domain addresses to virtual-mailman.Mark Sapiro2017-05-301-6/+29
|
* Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman.Mark Sapiro2016-04-141-1/+10
|
* Fixed l10n to use correct charset for command-line scripts.Mark Sapiro2016-02-272-15/+16
|\
| * * add option to pick up C_() texts to make potfileYasuhito FUTATSUKI at POEM2016-02-221-2/+2
| | | | | | | | * revise command line utils _()/C_() usage (not tested at all)
| * Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM2016-02-222-11/+11
|/ | | | | (for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
* Add mailman@domain entries for virtual domains to data/virtual-mailman.Mark Sapiro2015-05-271-2/+39
|
* Fixed POSTFIX_STYLE_VIRTUAL_DOMAINS to be case-insensitiive.Mark Sapiro2014-01-091-3/+7
|
* Changed bin/genaliases to only call the POSTFIX_*_CMD commands once whenMark Sapiro2011-04-161-2/+5
| | | | MTA = 'Postfix'. Bug #266408.
* Forgot the loop address in the immediately previous change.Mark Sapiro2010-05-101-0/+2
|
* Provided the ability to specify in mm_cfg.py a local domain (e.g.Mark Sapiro2010-05-101-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.
* MTA/Postfix.pyMark Sapiro2008-08-221-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.
* - Bumped version to 2.1.11.Mark Sapiro2008-06-301-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.
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-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!
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-302-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.
* SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi2005-12-131-1/+10
|
* Use msg.send() to add Date header in create notification.tkikuchi2005-10-231-3/+4
| | | | Mlist is already removed when remove. Use email.Utils.formatdate().
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-275-5/+5
|
* decoration is useless; in fact, it causes mojibake in japanese.tkikuchi2004-09-221-2/+2
|
* Backporting from trunkbwarsaw2003-03-312-21/+36
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-311-2/+3
| | | | Ademar de Souza Reis Jr
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-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").
* This commit was manufactured by cvs2svn to create branch2003-01-026-0/+643
'Release_2_1-maint'.