Hi everybody,
I am using mailman 2.1.10 and I think this is really a godsent application, stable and reliable.
I am experiencing a problem though and I am not sure if it has to do with the mail server or if it a mailman bug. I cannot remember exactly when it started, so it is difficult to determine the cause.
In all the mailing lists I am running if somebody sends the mail with an attachment, the mail disappears. It is not rejected nor bounced, it seems like it went thru but nothing happens.
If I sent a mail w/attachment from a NOTregistered mail, I receive the bounce message (both user and admin) and the mail is there, waiting for approval with its attachment. Once I approve the mail/new user, the mail disappears. It does not even leave track in the progressive numbering in the subject. Desaparecido.
I tried to:
- to disable the content filtering (yes, I always kept it disabled)
- enable the filtering but erase all file extensions
- set maximum mail size to 0
- set maximum mail size to 50000 (attachment was 30K)
Still no luck...
Mails without attachments are just fine.
I would appreciate any advice!!! thanks in advance//
iacopo
Iacopo Torrini wrote:
In all the mailing lists I am running if somebody sends the mail with an attachment, the mail disappears. It is not rejected nor bounced, it seems like it went thru but nothing happens.
If I sent a mail w/attachment from a NOTregistered mail, I receive the bounce message (both user and admin) and the mail is there, waiting for approval with its attachment. Once I approve the mail/new user, the mail disappears. It does not even leave track in the progressive numbering in the subject. Desaparecido.
So something is happening in the processing pipeline after the 'Moderate' handler which holds non-member posts. What is in Mailman's logs - particularly 'error' and 'vette'?
I tried to:
- to disable the content filtering (yes, I always kept it disabled)
- enable the filtering but erase all file extensions
- set maximum mail size to 0
- set maximum mail size to 50000 (attachment was 30K)
A programmed discard will produce a "Message discarded, msgid: ..." message in the vette log. The only ones that occur after Moderate are in Scrubber and MimeDel. Since this occurs with content filtering off, it's not MimeDel. It's not likely to be Scrubber either since Scrubber's discard only occurs with single part HTML messages, not with messages with attachments.
This leaves some exception occurring in processing messages with attachments. This shoud produce an error message and traceback in the error log.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Iacopo Torrini
-
Mark Sapiro