[Mailman-Developers] Re: span: class="d-none d-md-inline", “d-md-none” in translated strings

2022-05-15 Thread Lindsay Haisley
On May 15, 2022, at 2:41 PM, Дилян Палаузов wrote: > > what the purpose is of d-none, d-md-inline, d-md-none and how are these > strings supposed to be translated? This is cascading style sheets markup. The “class” attribute refers to one or style sets defined elsewhere and explicitly included

Re: [Mailman-Developers] Small contrib script - Autoconf

2018-01-09 Thread Lindsay Haisley
On Wed, 2018-01-10 at 12:13 +0900, Stephen J. Turnbull wrote: > Lindsay Haisley writes: > >  > > The bottom line is this is something that newer autoconf does and >  > > if your autoconf does it, I don't know a way to turn it off. >  >  >  > I looked at

Re: [Mailman-Developers] Small contrib script - Autoconf

2018-01-09 Thread Lindsay Haisley
On Tue, 2018-01-09 at 15:55 -0800, Mark Sapiro wrote: > On 01/07/2018 12:28 PM, Lindsay Haisley wrote: > > > > What's the proper way to run autoconf on configure.in in MM2 in order > > to _not_ generate runstatedir options and code in the configure script? >

Re: [Mailman-Developers] Small contrib script - Autoconf

2018-01-07 Thread Lindsay Haisley
that does. This option is harmless enough, since MM apparently doesn't need or use it, but for simplicity I'd like to be able to generate a configure script without it. -- Lindsay Haisley       | "I felt a great disturbance in the Force, FMP Computer Services |   as if millions of voic

Re: [Mailman-Developers] Small contrib script

2018-01-07 Thread Lindsay Haisley
en), musical instruments and version control systems has the property that after you've learned one or two, learning others becomes much easier. -- Lindsay Haisley | "Behold! Our way lies through a FMP Computer Services |dark wood whence in which 512-259-1190

Re: [Mailman-Developers] Small contrib script

2018-01-06 Thread Lindsay Haisley
e I'd already done this for the original branch push. I presume mailman coders were notified of the change. Sorry if I'm a bit clumsy at this. I'm not familiar with bzr and Launchpad version control, and community development techniques associated with them. -- Lindsay Haisley

Re: [Mailman-Developers] Small contrib script

2018-01-06 Thread Lindsay Haisley
ity conformed to policy for files in the bin directory. I'll look at the make install code, but I'd guess anything in bin in the source tree pretty much just gets configured (AC_SUBST) and then copied to ~mailman/bin during the install (assuming it's listed in SCRIPTS in Make

Re: [Mailman-Developers] Small contrib script

2018-01-06 Thread Lindsay Haisley
ugh to make it show other build-time options. At present, all it shows is the MM version, the build date/time, prifix, var_prefix, mailman_user, mailman_group, mail_group, cgi_group and the list of options provided to configure. If it's of interest, and more output information is needed, let me

Re: [Mailman-Developers] Small contrib script

2018-01-06 Thread Lindsay Haisley
On Fri, 2018-01-05 at 20:05 -0800, Mark Sapiro wrote: > On 01/05/2018 12:21 AM, Lindsay Haisley wrote: > > > > > > In what form and fashion should I submit this contribution, which > > consists of about 3 files. I can put these in a tarball and attach > > them, a

[Mailman-Developers] Small contrib script

2018-01-05 Thread Lindsay Haisley
URL to this list, or upload them, whatever's appropriate. This is a small package, less than 3K. Let me know. -- Lindsay Haisley | "The first casualty when FMP Computer Services | war comes is truth." 512-259-1190 | http://www.fmp.com| --

Re: [Mailman-Developers] DMARC mitigation code question

2017-10-20 Thread Lindsay Haisley
On Fri, 2017-10-20 at 11:15 -0700, Mark Sapiro wrote: > I recommend just deleting the entire stanza at lines 1352-1360 which > will fall through to the "return False" at line 1361. > Probably a wise application of the KISS principle as well :) -- Lindsay Haisley | "

Re: [Mailman-Developers] DMARC mitigation code question

2017-10-20 Thread Lindsay Haisley
On Thu, 2017-10-19 at 18:13 -0700, Mark Sapiro wrote: > On 10/19/2017 07:32 AM, Lindsay Haisley wrote: > > Mark, et al > > > > While configuring the MM 2.1 DMARC mitigation code for use in Courier- > > MTA I note that the return from _DMARCProhibited(..) for a detecte

[Mailman-Developers] DMARC mitigation code question

2017-10-19 Thread Lindsay Haisley
is code is reached, and p=none, that no From munging would be required. -- Lindsay Haisley | "The first casualty when FMP Computer Services | war comes is truth." 512-259-1190 | http://www.fmp.com| -- Hiram W Johnson __

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-17 Thread Lindsay Haisley
x27;s very fast and doesn't load the publicsuffix.org web server. -- Lindsay Haisley | "The first casualty when FMP Computer Services | war comes is truth." 512-259-1190 | http://www.fmp.com| -- Hiram W Johnson

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley (linode)
Sent from my iPhone > On Oct 16, 2017, at 10:39 PM, Stephen J. Turnbull > wrote: > > I would guess the main reasons are that it's ugly and makes the > convenient automatic field-filling features of MUAs inaccurate, > especially those MUAs that don't actually present the address (which > are v

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley (linode)
On Oct 16, 2017, at 10:38 PM, Stephen J. Turnbull wrote: > > I gather you have completed your program already, but I had this in > the works and it might be useful for people doing similar things. Good points, Stephen. Thanks. Yes, I’ve got the basic code well honed to cooperate with Courier b

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley
interested, I'll be happy to post my code (dmarc_shield.py) to this list as an attachment, and if anyone has the time and inclination to critique it, or point out potential bugs or problems I'd be happy to receive them. Many thanks to Mark for taking the time to go over the salient poin

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley
some of their email someplace such as Gmail. My MTA (Courier) allows the introduction of an arbitrary program into the mail pipe, which in this case is something I'm putting together to do a header munge a la Mailman. Mark has been most helpful and the piece is almost done. Python just WORKS :)

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-15 Thread Lindsay Haisley
On Thu, 2017-10-12 at 13:15 -0700, Mark Sapiro wrote: > On 10/12/2017 12:37 PM, Lindsay Haisley wrote:  > > So, if someone could give me a few pointers to the relevant code in > > Mailman 2, and any suggestions which might save me some time, I can > > take it from there. I&

[Mailman-Developers] Extracting some Mailman code

2017-10-12 Thread Lindsay Haisley
:) Thanks for any help you can give me. If it's too much bother, tell me so and I'll put on my hacker's hat and go read code :) Ciao, -- Lindsay Haisley | "Behold! Our way lies through a FMP Computer Services |dark wood

Re: [Mailman-Developers] substitution variables

2015-10-07 Thread Lindsay Haisley
tion was needed for that. The personalization performance hit was already on deck by enabling VERP addresses on my lists, so I don't reckon that putting this personalized crypt string in the footers will increase it much. -- Lindsay Haisley | "The only unchanging certainty FMP

Re: [Mailman-Developers] substitution variables

2015-10-07 Thread Lindsay Haisley
On Wed, 2015-10-07 at 07:32 -0700, Mark Sapiro wrote: > On 10/06/2015 08:49 PM, Lindsay Haisley wrote: > > > > Where in the code can I list this substitution variable so that it > > doesn't throw this error on this page? > > > Add it to the definition of PER

[Mailman-Developers] substitution variables

2015-10-06 Thread Lindsay Haisley
y)s in the footer, but I get a nasty warning on the Non-digest options page, "Warning: The following illegal substitution variables were found in the msg_footer string: user_skey". Where in the code can I list this substitution variable so that it doesn't throw this error on this p

Re: [Mailman-Developers] Fixing DMARC problems with .invalid munge

2014-05-17 Thread Lindsay Haisley
s of the same names should have a fairly low latency. I have a lot of mods to Mailman too. Patching is easy using the gnu.org diff and patch tools and can easily be scripted, although if your OP hasn't kept diff records of his patches then this isn't an option. > -- Lindsay Ha

Re: [Mailman-Developers] Fixing DMARC problems with .invalid munge

2014-05-17 Thread Lindsay Haisley
the dnspython <http://www.dnspython.org/> package for this. I believe PyDNS will also work. -- Lindsay Haisley | "Everything works if you let it" FMP Computer Services | 512-259-1190 | --- The Roadie http://www.fmp.com| _

Re: [Mailman-Developers] Kernel update breaks Mailman!!

2014-02-20 Thread Lindsay Haisley
o the very active courier-users list and see if anyone else is having this or similar problems. -- Lindsay Haisley | "Everything works if you let it" FMP Computer Services | 512-259-1190 | --- The Roadie http://www.fmp.com| _

[Mailman-Developers] Kernel update breaks Mailman!!

2014-02-20 Thread Lindsay Haisley
nothing in the Mailman logs, or in the mail server logs, indicating a problem. This is the first time I've ever had a problem with a server kernel update breaking something related to mail. Has anyone else seen this problem? Does anyone have any insight into how to address it?

Re: [Mailman-Developers] Trying to install mm 3.0.0b1

2012-06-21 Thread Lindsay Haisley
to provide an encryption envelope for information so as to reversibly obfuscate it. -- Lindsay Haisley | "Everything works if you let it" FMP Computer Services | 512-259-1190 | --- The Roadie http://www.fmp.com| __

Re: [Mailman-Developers] Trying to install mm 3.0.0b1

2012-06-21 Thread Lindsay Haisley
On Thu, 2012-06-21 at 11:43 -0400, Barry Warsaw wrote: > On Jun 21, 2012, at 10:32 AM, Lindsay Haisley wrote: >>I have some patches and files to this end, Which I've applied > >successfully to Mailman 2.1.15 and the suggestion was made on the Users > >list that

Re: [Mailman-Developers] Trying to install mm 3.0.0b1

2012-06-21 Thread Lindsay Haisley
lly works, and delivers mail to a test list. I don't need to deploy it for general use. -- Lindsay Haisley | "Real programmers use butterflies" FMP Computer Services | 512-259-1190 | - xkcd http://www.fmp.com| _

Re: [Mailman-Developers] Trying to install mm 3.0.0b1

2012-06-21 Thread Lindsay Haisley
er really encountered either one. I _do_ know enough about python to offer some possibly productive suggestion and patches to the mm code itself, but I don't know if I have the personal bandwidth to learn a couple of new technologies and debug the install system in order to do this. Jessy Kate

[Mailman-Developers] Trying to install mm 3.0.0b1

2012-06-20 Thread Lindsay Haisley
I need to update the mm3 package? Where do I go from here? -- Lindsay Haisley | "Everything works if you let it" FMP Computer Services | 512-259-1190 | --- The Roadie http://www.fmp.com| ___ Mailman-Develope

Re: [Mailman-Developers] Personal patch

2012-06-18 Thread Lindsay Haisley
ecurity isn't an issue. I only need a one-way hash that's quick to generate and easily reproducible from cleartext. -- Lindsay Haisley | "The only unchanging certainty FMP Computer Services |is the certainty of change" 512-259-1190 | http://www.fmp.com

[Mailman-Developers] Personal patch

2012-06-17 Thread Lindsay Haisley
Can someone give me some feedback on the following patch to SMTPDirect.py - whatever I've overlooked, or done that might be dangerous? The purpose of this patch is to insert a header, "X-subdata" into VERPed emails which won't be flagged and redacted by AOL's brain-dead "Email Feedback Report" sys

[Mailman-Developers] courier-to-mailman.py

2012-03-12 Thread Lindsay Haisley
pretty much obsolete these days, while courier is under active development and is widely used, notably outside the US. I've been using the courier-to-mailman.py script for the better part of 10 years. -- Lindsay Haisley | "Everything works if you let it" FMP Computer Services

Re: [Mailman-Developers] MM3: list disabling/enabling?

2011-07-12 Thread Lindsay Haisley
a list returns a 400 class error, it's just "delayed", not truly "disabled". This may be a fine distinction, and if a list is disabled for technical reasons with the intention of bringing it back up in short order without losing traffic, then perhaps a 400 class error would be

Re: [Mailman-Developers] before next release: disable backscatterindefault installation

2008-03-28 Thread Lindsay Haisley
eral false positives from this source. I dropped Spamcop from the mix and have had no such problems since then. -- Lindsay Haisley | "In an open world,| PGP public key FMP Computer Services |who needs Windows | available at 512-259-1190 | or Gates"

[Mailman-Developers] Referencing internal list names in TOC templates

2008-03-12 Thread Lindsay Haisley
stname, listname), "size": sizeof(mbox, mlist.preferred_language), This allows one to use "%(internal)s" as a replacement token in template code. -- Lindsay Haisley | "In an open world,| PGP public key FMP Computer Services |who

[Mailman-Developers] A couple of possible fixes to Mailman 2.1.9

2008-03-12 Thread Lindsay Haisley
, mlist._internal_name) if os.path.exists(b4_tmpl_dir): I may be out to lunch on this one, but it got my attention. Does the use of PREFIX for the lists directory here apply to a legacy version of Mailman ("pre-b4")? If so, then perhaps this isn't an error. -- Lindsay Haisley

[Mailman-Developers] [Fwd: A work based on your nmzproc]

2007-03-19 Thread Lindsay Haisley
This link may be of interest to the Mailman dev team. Forwarded Message From: Kiss Gabor (Bitman) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: A work based on your nmzproc Date: Mon, 19 Mar 2007 13:17:35 +0100 (CET) Hi Lindsay, Maybe you are interested in this document. h

[Mailman-Developers] courier-to-mailman.py

2006-11-03 Thread Lindsay Haisley
ith cookies. The flip side is that although qmail has been largely unsupported for some time, the script provides a useful example of how to do this stuff creatively. -- Lindsay Haisley | "Fighting against human | PGP public key FMP Computer Services |creativity is lik

[Mailman-Developers] Request for template substitution token

2006-10-16 Thread Lindsay Haisley
ternate Mailman templates, or giving them a patch for existing templates, is one thing. Telling them to patch the Mailman Archiver code is rather more radical, and if this small change could get the blessing of the Mailman developers going forward it would make my work on the Namazu integratio

[Mailman-Developers] Submitted courier-to-mailman script

2004-04-02 Thread Lindsay Haisley
work with the Courier MTA. You may want to include it in the contrib directory of the mailman source distribution. -- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services |if you let it" | available at 512-259-1190 |(The Roadie) |