[Mailman-Users] Squirrelmail and wrapped messages

2014-10-25 Thread Ed Ravin
I've converted a list to Mailman, and as I posted previously, I decided to use "wrapped" messages to keep AOL's hairtrigger spam filters from discarding incoming messages from AOL users. Now I'm getting complaints from Outlook 2007 and Squirrelmail users that the messages from Mailman show up as t

Re: [Mailman-Users] Change Mailman URLs on Subscribe Response

2014-10-25 Thread Russell Clemings
It would be a little different. The main difference is that the Mailman subscriptions are linked to the Drupal user account, so each subscriber would need to be a Drupal user. I think there's also a way to import existing Mailman subscriptions and create Drupal users for them, but I may be remembe

Re: [Mailman-Users] Change Mailman URLs on Subscribe Response

2014-10-25 Thread Tracey McCartney
Ooh, that's an interesting module. I currently have a Drupal site where people who want to join my list sign into Drupal using a special account I've set up, then go through a Webform that explains the list rules and then get forwarded to the Mailman subscription page. I wonder if this would be a

[Mailman-Users] Change Mailman URLs on Subscribe Response

2014-10-25 Thread Russell Clemings
Since you're using Drupal (http://www.raystedman.org/CHANGELOG.txt), you might want to look at the User Mailman Register module: https://www.drupal.org/project/user_mailman_register It allows you to manage Mailman subscriptions from within your Drupal installation. Your users will never need to s

Re: [Mailman-Users] Mailman Htdig integration with Nginx - Path variables

2014-10-25 Thread Mark Sapiro
On 10/23/2014 01:56 AM, Andrew Hodgson wrote: > > The second issue is that the htdig CGI needs to be using HTTP and not HTTPS. > I made this available under the HTTP context so nightly_htdig can crawl the > archives. The htdig script is now not available under HTTPS. At one point I ran into

Re: [Mailman-Users] Strange rejection

2014-10-25 Thread Mark Sapiro
On 10/25/2014 09:20 AM, Lindsay Haisley wrote: > > Does this look correct? > > --- IncomingRunner.py.orig2014-10-25 10:53:02.0 -0500 > +++ IncomingRunner.py 2014-10-25 11:03:40.0 -0500 > @@ -157,8 +157,11 @@ > os._exit(1) > except Errors.Disca

Re: [Mailman-Users] Strange rejection

2014-10-25 Thread Lindsay Haisley
On Sat, 2014-10-25 at 08:36 -0700, Mark Sapiro wrote: > In Mailman/Queue/IncomingRunner.py, in the _dopipeline() method look at > the code for the except Errors.DiscardMessage: clause > and the except Errors.RejectMessage, e: clause. Augment the syslog > message in except Errors.DiscardMessage: si

Re: [Mailman-Users] Strange rejection

2014-10-25 Thread Mark Sapiro
On 10/24/2014 11:17 PM, Lindsay Haisley wrote: > The vette logfile just says: > > Oct 24 23:15:30 2014 (2180) Message discarded, msgid: > <1414210524.38839.9.ca...@pudina.fmp.com> Some handler in the pipeline is discarding the message. More below. > Is there any way to turn on more thorough de