Re: [Mailman-Users] ISO speciific RegExp to filter/discard bot subscribe requests

2015-08-30 Thread Mark Sapiro
On 08/30/2015 04:43 AM, Steven D'Aprano wrote: > On Sun, Aug 30, 2015 at 02:06:26AM -0700, Nelson Kelly wrote: >> >> All the new spams appear to be of a slightly different format from which >> I described in the OP. >> >> blahblah+blah-blah-blah-blah-12345...@gmail.com >> blah_12_34+blah-blah-blah

Re: [Mailman-Users] How to prevent messages from being "held"

2015-08-30 Thread Ralf G. R. Bergs
Hi Mark. On 2015-08-30 04:29 , Mark Sapiro wrote: > The handler doing this may be in the GLOBAL_PIPELINE or a list > specific pipeline attribute. You need to remove it from whatever > pipeline specifies it. You were right, thanks so much. This was on an old Debian box, and it had the following i

Re: [Mailman-Users] ISO speciific RegExp to filter/discard bot subscribe requests

2015-08-30 Thread Steven D'Aprano
On Sun, Aug 30, 2015 at 02:06:26AM -0700, Nelson Kelly wrote: [...] > Inserted the above recommended RegExp string into the ban_list, and > within minutes subscribe request bot spam began showing up in the mod > queue. > > All the new spams appear to be of a slightly different format from which