[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-08 Thread Mark Sapiro
%s\n%s" % (mlist.real_name, moderator, e.output)) finally: mlist.Unlock() ------ > Apologies, you'll have to bear with me, I'm slowly learning Python. And the appropriate list for that is tu...@python.org <https://mail.python

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-07 Thread Mark Sapiro
-coders/mailman/2.1/revision/1865> and the fix for that at <https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1866>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter u

[Mailman-Users] Re: SPF trouble

2021-03-07 Thread Mark Sapiro
so you have a loop. Whatever you set for VIRTUAL_MAILMAN_LOCAL_DOMAIN must be a local domain, not a virtual domain. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan signature.asc Description: OpenPGP digital signature

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-06 Thread Mark Sapiro
a > "fix" I know, but it will limp it home. The patch I posted previously was bad. This one is correct. If you patch Scrubber.py with this patch, you won't need to edit the mbox and rebuild the archive as that message won't get scrubbed. -- Mark Sapiro The highway is for ga

[Mailman-Users] Re: SPF trouble

2021-03-06 Thread Mark Sapiro
nerated file /var/lib/mailman/data/virtual-mailman ... > # STANZA START: ankuendigungen > # CREATED: Thu Feb 18 14:28:43 2021 > ankuendigun...@maennerchor-kirchseeon.de ankuendigungen The above virtual mapping says deliver mail to ankuendigun...@maennerchor-kirchseeon.de to the local addr

[Mailman-Users] Re: protecting the web interface against subscription spam

2021-03-05 Thread Mark Sapiro
ferent browsers? Is there a firewall or something that could be interfering with getting the recaptcha from https://www.google.com/recaptcha/api.js?hl=en ? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your s

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-05 Thread Mark Sapiro
21; B3.15; Q3.13) In case the script doesn't get modified, here's a patch I plan to commit to Scrubber.py which should help. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan === modified file 'Mailman/Handlers/Scrubb

[Mailman-Users] Re: protecting the web interface against subscription spam

2021-03-05 Thread Mark Sapiro
On 3/5/21 3:35 PM, Al Brussey wrote: > Yes they are v2 keys. > >> On Mar 5, 2021, at 5:28 PM, Mark Sapiro wrote: >> >> On 3/5/21 2:10 PM, AJ wrote: >>> >>> View source of page, i see this, with the correct site key: >>> >>>

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-05 Thread Mark Sapiro
tch to Scrubber.py and post that when it's done. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubsc

[Mailman-Users] Re: protecting the web interface against subscription spam

2021-03-05 Thread Mark Sapiro
https://www.google.com/recaptcha/api.js?hl=en&quot</a>;> > data-sitekey="xxx"> Are your keys for recaptcha v2 - v3 doesn't work with Mailman -- Mark Sapiro The highway is for g

[Mailman-Users] Re: protecting the web interface against subscription spam

2021-03-05 Thread Mark Sapiro
r browser? If not, you should see This form requires JavaScript. instead of the recaptcha. Iv you view the source of the page in your browser, what do you see? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-05 Thread Mark Sapiro
On 3/4/21 10:35 PM, Stephen J. Turnbull wrote: > Hi, Daniel > > Mark Sapiro writes: > > > > You need to > > generate a password within the script. > > I think > > newpassword = subprocess.run(["pwgen", "-sB", "1

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
the perl script that generates this message can not include that header, I don't thing the part will be scrubbed. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Use

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
> > Anyways, I'll see what the result gets written by scripts/post in the > morning. OK. I'm just curious, but if the body is scrubbed as an attachment with a .txt extension instead of .ksh would that help? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area,

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-04 Thread Mark Sapiro
ntu/+source/mailman/+question/695864> The answer there was correct and is you are generating the password once as part of the withlist command line and passing the one single output of `pwgen -sB 15 1` as the password argument to the script. You need to generate a p

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
On 3/4/21 7:05 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > Does Scrubber really do that? Per RFC, the two Content-Type fields > have exactly the same semantics: "it is plain text, encoded as ASCII." Yes, scrubber really does this. This dates back to Toki

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-04 Thread Mark Sapiro
gt; listname=listname, > tolist=1, _plaintext=1) > > where LISTNAME is the problem list's name and PATH_TO_FILE is the path to the file you created. This file will accumulate all the incoming messages posted to the list, exactly as they are received by Mail

[Mailman-Users] Re: Pipermail scrubbing ascii txt to ksh attachment

2021-03-03 Thread Mark Sapiro
rns the list ['.ksh', '.bat', '.h', '.txt', '.pl', '.c', '.asc', '.text', '.pot', '.brf', '.srt'] for text/plain and we arbitrarily pick the first one which is .ksh, but we shouldn't be doing that with a text/plain part with a declared charset. -- Mark Sapiro The highway is for gamblers, San Fr

[Mailman-Users] Re: possible changes

2021-03-03 Thread Mark Sapiro
to modify the source code. If you mean you would like to change -leave to -unsubscribe in the List-Unsubscribe: header, again you'd need to modify the source code. I really think your objection to -bounces would be removed if you set General Options -> include_sender_header to No. --

[Mailman-Users] Re: unsubscribe actions

2021-03-03 Thread Mark Sapiro
version is new enough to support DMARC Mitigations. Also, you should ensure that Bounce processing -> bounce_notify_owner_on_disable is set to Yes so you are notified of disabled delivery before the user's are removed. -- Mark Sapiro The highway is for ga

[Mailman-Users] Re: possible changes

2021-03-03 Thread Mark Sapiro
are synonymous. What's your issue? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to m

[Mailman-Users] Re: mail delivery failed on my email

2021-03-02 Thread Mark Sapiro
and the broken pipe is probably because the prowser timed out or disconnected before receiving the full file. Is there anything more illuminating in the MTA log beyond pipe to |/usr/local/cpanel/3rdparty/mailman/mail/mailman post nome-announce_nomekennelclub.com generated by nome-annou...@nomekennelc

[Mailman-Users] Re: mail delivery failed on my email

2021-03-02 Thread Mark Sapiro
esign.com > > > That last email is the problem one. As far as I know cPanel's MTA is exim and shouldn't require aliases to deliver to mailman. But then I'm not a cPanel expert or even a cPanel novice. However, the mail is properly being piped to |/usr/local/cpanel/3rdparty/mailman/mail/mail

[Mailman-Users] Re: Monthly notifications bounce, are sent without DKIM signature.

2021-03-02 Thread Mark Sapiro
site list address because in general there is no single list context for them. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailma

[Mailman-Users] Re: Does mailman work well for large lists?

2021-02-27 Thread Mark Sapiro
ailman 2.1 and Python 2 upon which it depends are end of life, although many if not most sites are still using it. Mailman 3 is significantly more difficult to install, although there is a fairly functional, albeit out of date, package for Debian/Ubuntu. -- Mark Sapiro The highway is for

[Mailman-Users] Re: API/App based access to Mailman/Archives

2021-02-17 Thread Mark Sapiro
file additional issues. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to m

[Mailman-Users] Re: API/App based access to Mailman/Archives

2021-02-17 Thread Mark Sapiro
On 2/17/21 12:54 AM, Stephen J. Turnbull wrote: > > However, there is no API for getting message data from HyperKitty. Not true. See, e.g., <https://lists.mailman3.org/archives/api/>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabet

[Mailman-Users] Re: Add "sender's name/email" to BODY of mail as header?

2021-02-16 Thread Mark Sapiro
gt; database?? > > Could we add this as a feature for future releases? Not in Mailman 2.1 because it's end of life and not adding any new features and probably not in Mailman 3 either because there is probably insufficient interest. -- Mark Sapiro The highway is for gamblers, San

[Mailman-Users] Re: Add "sender's name/email" to BODY of mail as header?

2021-02-16 Thread Mark Sapiro
gt; database?? Unless the list is anonymous, the Sender will always be exposed in one or more of the From:, Cc: or Reply-To: headers, but beyond that, without modifying code, there's no way to put it in a msg_header. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Users] Re: Subject field not included in wrapper of DMARC emails

2021-02-14 Thread Mark Sapiro
On 2/14/21 10:34 AM, Mark Sapiro wrote: > > Thank you for reporting this. It is a bug. It turns out that the logic > for determining the headers in the wrapper does not include Subject: in > the case where the list has no subject_prefix. > > This is now reported at <https

[Mailman-Users] Re: Subject field not included in wrapper of DMARC emails

2021-02-14 Thread Mark Sapiro
gt; +for k, v in msgdata.get('add_header', {}).items(): > msg[k] = v > # Are we including dmarc_wrapped_message_text? I.e., do we have text and > # are we wrapping because of dmarc_moderation_action? ``` Perhaps you can convince the admins of the Mailman site to apply the

[Mailman-Users] Re: Link request

2021-02-13 Thread Mark Sapiro
helink above is to its Mailman 3 info page. The corresponding thing for a Mailman 2.1 list is a url like this one for the Mailman 2.1 python-help list <https://mail.python.org/mailman/listinfo/python-help> -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californ

[Mailman-Users] Re: Add "sender's name/email" to BODY of mail as header?

2021-02-13 Thread Mark Sapiro
er list attributes and in MM 3 they are the list:member:regular:header and list:member:regular:footer templates. However, neither MM 2.1 nor MM 3 has replacements for the sender of the message. Adding them would require modifying the code. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Calif

[Mailman-Users] Re: Adding sender's name to the message body automatically

2021-02-13 Thread Mark Sapiro
JEFVAXDEEFNRV6EPB746Q77K/> -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mai

[Mailman-Users] Re: Fw: Issues with emails being sent as attachments rather than actual emails on the list serv

2021-02-12 Thread Mark Sapiro
AQ at <https://wiki.list.org/x/4030707>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email t

[Mailman-Users] Re: Non-member regexps

2021-02-11 Thread Mark Sapiro
tance. Specifically, import21 should migrate non-regexp addresses in *_these_nonmembers as non-members with the appropriate moderation action and regexps into the corresponding MM 3 lists *_these_nonmembers. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californi

[Mailman-Users] Re: MM3 - allow users to see other list members in

2021-02-11 Thread Mark Sapiro
on the list overview page? In Postorius, currently the roster is only visible to list owners regardless of roster visibility settings. See <https://gitlab.com/mailman/postorius/-/issues/369>. The email `who` command does honor roster visibility settings. -- Mark Sapiro The highw

[Mailman-Users] Re: Addressing of list messages by the server

2021-02-10 Thread Mark Sapiro
ers and the list address in the To: field? The recipients of the message are specified as recipients by Mailman in its SMTP transaction with the outgoing MTA. These are known as envelope recipients and are the addresses to which the message will be sent. They have nothing to do with any To:

[Mailman-Users] Re: Strange DKIM failure

2021-02-10 Thread Mark Sapiro
mail. The first is before list transformations such as prefixing the Subject: or adding a footer and the second is after. The first fails because of the list transformations and the second passes. > I set REMOVE_DKIM_HEADERS = Yes This may make a difference, but it shouldn't. According t

[Mailman-Users] Re: MM3 - nested list - munge_from - Reply-To not persistent

2021-02-10 Thread Mark Sapiro
o for a message to ALL. There is no way to have only Joe in the sub list Reply-To. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list

[Mailman-Users] Re: Tracking email

2021-02-09 Thread Mark Sapiro
ou know if I opened your mail, but because I don't like your going behind my back to find out. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- m

[Mailman-Users] Re: Mailman Grey listing Member Disablement Question

2021-02-09 Thread Mark Sapiro
. What I can tell you is Mailman will not interpret a message with a 4xx status as a bounce, and it is the MTA, not Mailman that is responsible for retrying 4xx status returns. -- Mark Sapiro The highway is for gamblers, San Francisco Bay A

[Mailman-Users] Re: Strange DKIM failure

2021-02-08 Thread Mark Sapiro
e received message, not just these two partial ones out of context. If you want to munge user and domain names, you can, but do so in a way that we can tell what's what. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ---

[Mailman-Users] Re: Invalid acceptable_aliases - was: (no subject)

2021-02-05 Thread Mark Sapiro
; > acceptable_aliases = ['us...@example.com', 'us...@list.example.com'] That was correct as far as the web UI is concerned, but for config_list it should have been acceptable_aliases = """us...@example.com us...@list.example.com""" I was confused about the

[Mailman-Users] Re: Error message in log

2021-02-05 Thread Mark Sapiro
441983.547279+307df38e5cee54b2402dff84906a4f3ab88755d3 > > What can I do to fix it? See my reply to your earlier post at <https://mail.python.org/archives/list/mailman-users@python.org/message/VDH5C2UCSMC42PCASM3742CSX4FGCTI7/> -- Mark Sapiro The highway is for gamblers, San

[Mailman-Users] Re: Invalid acceptable_aliases - was: (no subject)

2021-02-05 Thread Mark Sapiro
d ensure there are no unwanted messages in qfiles/shunt/ via, e.g., Mailman's bin/show_qfiles qfiles/shunt/*.pck If there are unwanted messages, just remove them or move them aside before running unshunt. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Users] Re: Mailing List Bounce Issues

2021-02-02 Thread Mark Sapiro
On 2/2/21 4:58 PM, steve lund wrote: > > On Mon, Feb 1, 2021 at 10:14 PM Mark Sapiro wrote: > >> The only thing you can do is report to the ISP if you get a bounce >> notice that indicated the sending IP is blocked. >> > > What does this message typically loo

[Mailman-Users] Re: Mailing List Bounce Issues

2021-02-01 Thread Mark Sapiro
On 2/1/21 6:25 PM, steve lund wrote: > On Mon, Feb 1, 2021 at 12:05 PM Mark Sapiro wrote: >> >> So it seems the notices are being sent and delivered to your spam >> folder. You will need to regularly check that folder for these messages, >> or you MAY (I'm not an expert

[Mailman-Users] Re: Mailing List Bounce Issues

2021-02-01 Thread Mark Sapiro
mailman@ To: -owner@ Subject: Bounce action notification These notices contain a copy of the bounce DSN and are the only way short of MTA logs that you will know why the messages are bouncing. If I had to guess though, the next most likely thing after DMARC is the sending server was blacklisted

[Mailman-Users] Re: Monthly notifications bounce, are sent without DKIM signature.

2021-02-01 Thread Mark Sapiro
ote, Mailman has nothing to do with DKIM signing of outgoing mail. Your outgoing MTA does it, probably by invoking some milter. It could be rspamd or something else. You have to look at the configuration. If you are using rspamd's DKIM signing module, see <https://rspamd.com/doc/modules/dki

[Mailman-Users] Re: Mailing List Bounce Issues

2021-01-31 Thread Mark Sapiro
to Repty-To: So this list is Munging From: headers, and if that was the case when the bounces occurred (maybe 3 weeks before the unsubscribes), the bounces probably weren't for DMARC reasons. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use

[Mailman-Users] Re: Mailing List Bounce Issues

2021-01-30 Thread Mark Sapiro
To: List has reply_goes_to_list = Poster Outgoing message will have From: The User via List_name Reply-To: The User For conformant MUAs, Reply-To trumps From and a reply will go to The User . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sens

[Mailman-Users] Re: Mailing List Bounce Issues

2021-01-29 Thread Mark Sapiro
some MUAs that don't follow RFC recommendations for replying may not reply appropriately. This is an MUA issue. Mailman is doing the best it can. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

[Mailman-Users] Re: Disable unsubscribe notification

2021-01-29 Thread Mark Sapiro
On 1/29/21 5:19 AM, Moritz Fromm wrote: > Hi, > > Am 28.01.2021 um 21:22 schrieb Mark Sapiro: > >> In Core 3.3.3 this is exposed in REST, but not yet in >> Postorius - <https://gitlab.com/mailman/postorius/-/issues/466> > > Thanks for opening the iss

[Mailman-Users] Re: Disable unsubscribe notification

2021-01-28 Thread Mark Sapiro
_message` attribute which if `False` will do what you want. In Core 3.3.3 this is exposed in REST, but not yet in Postorius - <https://gitlab.com/mailman/postorius/-/issues/466> In the interim, you can set it via `mailman shell`. -- Mark Sapiro The highway is for gamblers, San Francisco

[Mailman-Users] Re: List called "mailman" and automatically discard subscription requests for a list

2021-01-28 Thread Mark Sapiro
. You can set the ban_list to ``` ^. ``` This will not send a rejection notice if the subscription attempt is via the web. It will only send a notice if the subscription request is via email, but bots don't normally subscribe this way. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Ca

[Mailman-Users] Re: Mailing List Bounce Issues

2021-01-27 Thread Mark Sapiro
ration_action and dmarc_quarantine_moderation_action? at a minimum, they should be Munge From and Yes respectively. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mail

[Mailman-Users] Re: Export members

2021-01-27 Thread Mark Sapiro
screen scraping the admin GUI with the script at <https://www.msapiro.net/scripts/mailman-subscribers.py> which runs under Python on your workstation or if you prefer Python 3, <https://www.msapiro.net/scripts/mailman-subscribers3.py>. These scripts are mirrored at <https://fog.ccsf.edu

[Mailman-Users] Re: Conceal yourself from subscriber list

2021-01-27 Thread Mark Sapiro
ad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Cgi/roster.py#L90> and just set `list_hidden = True`. To ignore it completely for the email `who` command you could just insert `full = True` at <https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Commands/c

[Mailman-Users] Re: DMARC mitigation failing on one list

2021-01-25 Thread Mark Sapiro
f the message arrive at the list. OK. So the correct pipeline for this list with WrapMessage included is the same as your GLOBAL_PIPELINE, so just deleting the list specific pipeline is the correct solution. -- Mark Sapiro The highway is for gamblers, San Fra

[Mailman-Users] Re: DMARC mitigation failing on one list

2021-01-25 Thread Mark Sapiro
it's important or not, but if it is, you could restore the list's pipeline with the addition of WrapMessage. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Us

[Mailman-Users] Re: DMARC mitigation failing on one list

2021-01-25 Thread Mark Sapiro
ssage over a munged from, and vice versa. In short, which is better depends on the characteristics of the list and its members, but in general, from munging seems the better choice, although arguably and in the opinion of the Mailman developers, munging the From: header in this way makes

[Mailman-Users] Re: DMARC mitigation failing on one list

2021-01-24 Thread Mark Sapiro
pipeline attribute defined[1] and the list's pipeline does not include SpamDetect or possibly CookHeaders. What does bin/dumpdb lists/LISTNAME/config | grep -A24 pipeline show? [1] See https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Queue/IncomingRunner.py#L127 thr

[Mailman-Users] Re: file attatched to every email

2021-01-23 Thread Mark Sapiro
hitespace. Longer answer: See <https://wiki.list.org/x/4030707>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-u

[Mailman-Users] Re: Help with archive

2021-01-21 Thread Mark Sapiro
/prune_arch Did you read it? Options: ... -d /--days= Remove messages older than . Default is 365. This is based on the message's Date: header. Messages with missing or unparseable Date: header will be removed. I.e., for 2 years specify '-d 730' -- Mark Sapir

[Mailman-Users] Re: some mails do not arrive to the list

2021-01-20 Thread Mark Sapiro
mails ( several email adress i own on > different hosting : I did have gone in the webmail of the receiver (two > of mine) and they are not in spambox or else) > There is no error messages What's in the MTA logs? Did the outgoing messages arrive at the MTA? If so, what happ

[Mailman-Users] Re: some mails do not arrive to the list

2021-01-19 Thread Mark Sapiro
ave access to these logs and will have to contact the host to try to resolve this. If you do have access to the logs, see item 8. at <https://wiki.list.org/x/4030723>. Also see <https://wiki.list.org/x/4030641>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Cal

[Mailman-Users] Re: acceptable_aliases, multiple addresses

2021-01-13 Thread Mark Sapiro
dress also delivers to the list. For this, you would put prior-n...@example.com in acceptable_aliases. Is this what you want to do? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

[Mailman-Users] Re: leaking user list to recipient email domains

2021-01-06 Thread Mark Sapiro
Except for the detail of how you set verp delivery, Mailman 3 is the same as Mailman 2.1 in this respect. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users

[Mailman-Users] Re: Mailman 2.1.24 Recurring Pending Requests

2021-01-02 Thread Mark Sapiro
of the resultant "There are no pending requests ..." page did that page come from "A" or "B"? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

[Mailman-Users] Re: Mailman 2.1.24 Recurring Pending Requests

2021-01-01 Thread Mark Sapiro
oint to the current host. I.e., you go to http://B/mailman/admindb/LIST and the action URL for the "submit" button actually points to "A". -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

[Mailman-Users] Re: Mailman 2.1.24 Recurring Pending Requests

2021-01-01 Thread Mark Sapiro
ginating them. Then you have to find all the Mailman installations on that server to see which one has the list with the pending request. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Users] Re: Mailman 2.1.24 Recurring Pending Requests

2021-01-01 Thread Mark Sapiro
l data > > Mailman reports "There are no pending requests." > > Tomorrow the same thing happens reporting the same historic > date of the non-member post. See the FAQ article at <https://wiki.list.org/x/8683538>. -- Mark Sapiro The highway is for gambl

[Mailman-Users] Re: Archive Issue -- prune_arch doesn't remove detached attachments?

2020-12-22 Thread Mark Sapiro
On 12/22/20 8:35 AM, Mark Sapiro wrote: > > My current thinking is if the list's scrub_nondigest setting is Yes, > remove the "pruned" attachments and if either -b/--backup or > -p/--preserve is specified, backup/preserve them too. > > Other thoughts are welcome.

[Mailman-Users] Re: Archive Issue -- prune_arch doesn't remove detached attachments?

2020-12-22 Thread Mark Sapiro
r pruned mbox will contain links to attachments which will be broken if the attachments are removed. My current thinking is if the list's scrub_nondigest setting is Yes, remove the "pruned" attachments and if either -b/--backup or -p/--preserve is specified, backup/preserve them too. Other t

[Mailman-Users] Re: Manually incrementing bounce counters

2020-12-17 Thread Mark Sapiro
thing? See <https://www.msapiro.net/scripts/set_nomail.py>, mirrored at <https://fog.ccsf.edu/~msapiro/scripts/set_nomail.py> -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Users] Re: genaliases not generating aliases

2020-12-07 Thread Mark Sapiro
some program is generating them, but which one? Postfix. In order for us to help further, please post the full mail.log entry for the bounce and the output of `postconf -n` -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dyla

[Mailman-Users] Re: Using Mailgun with Mailman

2020-12-06 Thread Mark Sapiro
t presumably sends the mail with its own envelope sender which would preclude Mailman's bounce processing -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-

[Mailman-Users] Re: From Format

2020-11-26 Thread Mark Sapiro
On 11/26/20 9:11 AM, Dennis Putnam wrote: > > That option (from_is_list) is already set to Munge from. And what exactly does the From: header in mail from the RHEL list look like? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your

[Mailman-Users] Re: From Format

2020-11-26 Thread Mark Sapiro
ages from domains that publish DMARC policies, set General Options -> from_is_list to No and set Privacy options... -> Sender filters -> dmarc_moderation_action to Munge From and set dmarc_quarantine_moderation_action and dmarc_none_moderation_action as desired. -- Mark Sapiro The

[Mailman-Users] Re: Migrating Mailman lists from one server to another

2020-11-22 Thread Mark Sapiro
On 11/22/20 5:51 AM, Tony Stocker wrote: > On Sat, Nov 21, 2020 at 12:47 PM Mark Sapiro wrote: >> >> Basically, just "copy and paste" the /var/lib/mailman/lists directory >> from the old machine to the new. Also see <https://wiki.list.org/x/4030682>. >

[Mailman-Users] Re: Migrating Mailman lists from one server to another

2020-11-21 Thread Mark Sapiro
to the other so that we > don't have to reconfigure anything. Is this possible? If so, are there > any detailed instructions for it posted anywhere? Basically, just "copy and paste" the /var/lib/mailman/lists directory from the old machine to the new. Also see <https://wiki.list.org/x/403068

[Mailman-Users] Re: mailman3 installation

2020-11-20 Thread Mark Sapiro
On 11/20/20 4:57 PM, Mark Sapiro wrote: > ... I should have mentioned in my other reply, this list is for Mailman 2. The appropriate list for Mailman 3 is mailman-us...@mailman3.org <https://lists.mailman3.org/mailman3/lists/mailman-us...@mailman3.org/>. -- Mark Sapiro Th

[Mailman-Users] Re: mailman3 installation

2020-11-20 Thread Mark Sapiro
ango in /srv/django/mailman/public/. In any case, I don't think you should be looking at <https://docs.mailman3.org/projects/postorius/en/latest/deployment.html> which is specific to Postorius only. I recommend starting at <https://docs.mailman3.org/en/latest/install/virtualenv.html&g

[Mailman-Users] Re: Removal of Line Breaks in Replies to Digest Messages

2020-11-18 Thread Mark Sapiro
on Windows 10, the issue is with the user's phone client and there's probably nothing Mailman can do about it. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Users] Re: Removal of Line Breaks in Replies to Digest Messages

2020-11-18 Thread Mark Sapiro
sages in a MIME format digest, but then the pnone client may not do a reasonable job of rendering a MIME format digest. As far as whether the digest formatting is "messed up", I'd need to see an actual digest message to comment further. -- Mark Sapiro The highway is for gam

[Mailman-Users] Re: CPU %-usage surge associated with list archives

2020-11-17 Thread Mark Sapiro
On 11/17/20 8:30 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > > And several years ago (in the 2.1.5 timeframe), RedHat modified their > > Mailman package to be FHS compliant for the specific purpose of avoiding > > SELinux security violations. >

[Mailman-Users] Re: Removal of Line Breaks in Replies to Digest Messages

2020-11-17 Thread Mark Sapiro
message and reply to that. For the plain digest, they should just copy/paste relevant context from the digest into a new post to the list. Of course, training list members to do that is probably not possible ... -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area

[Mailman-Users] Re: CPU %-usage surge associated with list archives

2020-11-16 Thread Mark Sapiro
even documented, if the policy docs are installed: And several years ago (in the 2.1.5 timeframe), RedHat modified their Mailman package to be FHS compliant for the specific purpose of avoiding SELinux security violations. See <https://wiki.list.org/x/8486953> and <https://wiki.list.org/x/178

[Mailman-Users] Re: CPU %-usage surge associated with list archives

2020-11-15 Thread Mark Sapiro
justment to your SELinux policies. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email

[Mailman-Users] Re: Mailman-2.1.34 with Captcha

2020-11-11 Thread Mark Sapiro
On 11/11/20 1:59 AM, Odhiambo Washington wrote: > I am getting "ERROR for site owner: Invalid key type" with Google > reCAPTCHA. > when using v3 key type. You need V2 checkbox keys for this feature. -- Mark Sapiro The highway is for gamblers, San Francisco B

[Mailman-Users] Re: Mailman-2.1.34 with Captcha

2020-11-10 Thread Mark Sapiro
], } to Mailman/mm_cfg.py. Of course use your own settings for the language(s) and question, answer pairs. You can also enable Google's reCAPTCHA by going to <https://www.google.com/recaptcha/admin> and generating a site key/secret key pair and setting RECAPTCHA_SITE_KEY = 'the site key' RECA

[Mailman-Users] Re: Don't moderate any senders from a specific domain

2020-11-09 Thread Mark Sapiro
man/Handlers/Emergency.py. With the patch I provided, you'd need to set Privacy options... -> Sender filters -> default_member_moderation = Yes and then set all current members moderated via Membership Management... -> Membership List -> Additional Member Tasks -- Mark Sapiro The high

[Mailman-Users] Re: cPanel mailing list accumulating space

2020-11-09 Thread Mark Sapiro
> digestable = No Archiving Options -> archive = No and nothing will be stored in the archive. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing lis

[Mailman-Users] Re: cPanel mailing list accumulating space

2020-11-09 Thread Mark Sapiro
d and non-plain text attachments are scrubbed and stored in the archive even if there are no digest recipients. The way to avoid this scrubbing and storing aside of attachments from the digest is to set Digest options -> digestible to No. If the list is not digestable, digests won't be created

[Mailman-Users] Re: Don't moderate any senders from a specific domain

2020-11-09 Thread Mark Sapiro
return # If the member's moderation flag is on, then perform the moderation # action. if mlist.getMemberOption(sender, mm_cfg.Moderate): -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense -

[Mailman-Users] Re: no action on subscription requests

2020-11-08 Thread Mark Sapiro
provider. Depending on the provider, this may be anywhere from easy to impossible. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mail

[Mailman-Users] Re: no action on subscription requests

2020-11-08 Thread Mark Sapiro
bscription request either by mail or via the signup page. What's in Mailman's logs with timestamps around the time of a request. In particular, the `error`, `subscribe`, `vette`, `smtp` and `smtp-failure` logs. If there are entries in the `smtp` log indicating messages have been sent, what's in

[Mailman-Users] Re: mailman3 installation

2020-11-07 Thread Mark Sapiro
ou run the various manage.py commands. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email t

[Mailman-Users] Re: Problem with SPF, DKIM or Mailman-DMARC settings

2020-11-07 Thread Mark Sapiro
with opendkim? If so, what are your opendkin.conf settings for SenderHeaders and SigningTable and what is the content of the file referred to by SigningTable? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

<    1   2   3   4   5   6   7   8   9   10   >