| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/mail/mailman/files/ |
Upload File : |
--- cron/mailpasswds.orig 2018-07-25 00:01:28.000000000 +0200
+++ cron/mailpasswds 2018-10-03 11:00:40.137699000 +0200
@@ -148,17 +148,8 @@
if mlist.getMemberOption(member,
mm_cfg.SuppressPasswordReminder):
continue
- # Group by the lower-cased address, since Mailman always
- # treates person@dom.ain the same as PERSON@dom.ain.
- try:
- password = mlist.getMemberPassword(member)
- except Errors.NotAMemberError:
- # Here's a member with no passwords, which I think was
- # possible in older versions of Mailman. Log this and
- # move on.
- syslog('error', 'password-less member %s for list %s',
- member, mlist.internal_name())
- continue
+ # https://mail.python.org/pipermail/mailman-users/2016-April/080746.html
+ password = '****'
optionsurl = mlist.GetOptionsURL(member)
lang = mlist.getMemberLanguage(member)
info = (listaddr, password, optionsurl, lang)