aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Configured source to put mailman-config in bin rather than contrib. ChangedLindsay2018-01-064-4/+16
| | | | the name from mailman-config.py to mailman-config.
* mailman-config.py builds to a small utility to output build-time stats and ↵Lindsay2018-01-062-0/+29
| | | | options
* Added contrib/mailman-config.py and changes to configure.in andLindsay2018-01-062-0/+35
| | | | | | | | | | | configure to support it. mailman-config.py is added to the build/contrib directory when configure is run, and when executed, emits, to stdout, a number of useful configuration options, including the option string provided to configure at build time. This is useful when updating Mailman 2, or when trying to synchronize a manual install of Mailman with a distribution's FHS.
* Removed a Python 2.7 dependency from pipermail.py.Mark Sapiro2017-12-292-2/+6
|
* Show match in hold reason for header_filter_rules.Mark Sapiro2017-12-092-2/+11
|
* Ignore missing .db files when updating group and mode.Mark Sapiro2017-11-232-1/+9
|
* Update to Japanese Defaults.py.in.Mark Sapiro2017-11-082-5/+26
|\
| * Merge lp:mailman/2.1 rev 1727 with ja translation updateYasuhito FUTATSUKI at POEM2017-11-064-2/+16
| |\ | |/ |/|
* | The DELIVERY_RETRY_WAIT setting is now effective.Mark Sapiro2017-11-023-1/+13
| |
| * Update Defaults.py.in for Mailman 2.1.25Yasuhito FUTATSUKI at POEM2017-10-271-2/+2
| |
| * merge lp:mailman/2.1 2.1.25 release (rev 1726)Yasuhito FUTATSUKI at POEM2017-10-2743-4961/+4981
| |\ | |/ |/|
* | Bumped branch version to: 2.1.25Mark Sapiro2017-10-262-4/+4
| |
* | Updated i18n in preparation for 2.1.25 release.Mark Sapiro2017-10-2640-4956/+4957
| | | | | | Fixed a minor typo.
* | Improved DMARC testing for domains with DNSSEC validation problems.Mark Sapiro2017-10-072-3/+18
| |
* | The default DMARC reject reason now properly replaces %(listowner)s.Mark Sapiro2017-09-222-0/+4
| |
| * merge lp:mailman/2.1 up to rev 1722Yasuhito FUTATSUKI at POEM2017-09-016-90/+108
| |\ | |/ |/|
* | The Russian translation has been updated by Sergey Matveev.Mark Sapiro2017-08-022-57/+62
| |
* | Show case preserved emails in the roster.Mark Sapiro2017-07-302-0/+4
| |
* | Changed wrapper environment cleaning from blacklist to whitelist.Mark Sapiro2017-07-212-9/+28
| |
* | Added screen reader labels to some admindb radio buttons.Mark Sapiro2017-06-243-24/+14
| |
| * Merge lp:mailman/2.1 rev 1718Yasuhito FUTATSUKI at POEM2017-06-2242-3880/+4114
| |\ | |/ |/|
* | Added text for screen readers only to checkboxes on admin Membership List.Mark Sapiro2017-06-2142-3880/+4114
| |
| * fix type (tensou)Yasuhito FUTATSUKI at POEM2017-06-151-1/+1
| |
| * Merge lp:mailman/2.1 up to 1716Yasuhito FUTATSUKI at POEM2017-06-1056-6468/+6516
| |\ | |/ |/|
* | I18n changes for last commits.Mark Sapiro2017-06-0939-6317/+6305
| |
* | Display date of held subscriptions and keep newest.Mark Sapiro2017-06-092-6/+16
| |
* | Reverted another getfirst in the multi-value CGI defence.Mark Sapiro2017-06-071-1/+1
| |
* | Ensure aliases.db and virtual-mailman.db are world readable and ownedMark Sapiro2017-06-062-3/+29
| | | | | | by the Mailman user.
* | Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro2017-06-0512-14/+14
| |
* | Defend against CGI requests with multiple values for the same parameter.Mark Sapiro2017-06-0514-114/+118
| |
* | Fixed a regression in Cgi/options.py.Mark Sapiro2017-06-042-12/+15
| |
* | Added -a to default (e)grep in contrib/mmdsr.Mark Sapiro2017-06-042-2/+10
| |
* | Fixed the -V option to list_lists to not show subdomains.Mark Sapiro2017-06-032-4/+13
| |
| * Update to 2.1.24Yasuhito FUTATSUKI at POEM2017-06-03208-486/+518
| |\ | |/ |/|
* | Bumped branch version to: 2.1.24Mark Sapiro2017-06-021-2/+2
| |
* | Rebuilt docs for 2.1.24 release.Mark Sapiro2017-06-02203-471/+471
|\ \
| * | force OwnerNotification to use mlist.getListAddress('bounces')Jim Popovitch2016-10-191-1/+1
| | |
| * | OwnerNotification needs to explictly set msg.envsender rather thanJim Popovitch2016-10-121-0/+1
| | | | | | | | | | | | | | | relying on the downstream pipeline to get it right (too often it gets it wrong and sets Sender to sitelist domain)
| * | Further changes to keep domains aligned with virtual list notification emailsJim Popovitch2016-10-114-22/+12
| | |
| * | fixed indentation in cron/mailpasswdsJim Popovitch2016-10-101-2/+2
| | |
| * | Replaced UserNotification() with OwnerNotification() in two places,Jim Popovitch2016-10-103-7/+3
| | | | | | | | | | | | | | | | | | removed envsender override when processing owner emails (envsender was coded to use site-email, but to pass DMARC we need it to use the virtual domain)
| * | Send bounce messages from virtual domains not siteownerJim Popovitch2016-10-081-4/+3
| | |
| * | Send monthly password reminders from virtual list(s), not sitelistJim Popovitch2013-03-031-6/+4
| | |
* | | Added list-owner@virtual.domain addresses to virtual-mailman.Mark Sapiro2017-05-302-6/+32
| | |
* | | Display only the list-owner address in the 'list run by' footer.Mark Sapiro2017-05-302-3/+5
| | |
* | | Changed member_verbosity_threshold from a >= test to a strictly > test.Mark Sapiro2017-05-242-2/+6
| | |
| | * Update Japanese translaton for previous commitYasuhito FUTATSUKI at POEM2017-05-241-8/+8
| | |
| | * Merge lp:mailman/2.1 rev 1703Yasuhito FUTATSUKI2017-05-244-0/+34
| | |\ | |_|/ |/| |
* | | Implement base64 encoded recipient header.Mark Sapiro2017-05-233-0/+23
| | |
| | * sync with Mailman/Defaults.py.inYasuhito FUTATSUKI at POEM2017-05-131-3/+6
| | |