Re: [Mailman-Users] how to disable main mailman-request and mailman list without stopping mailman functionality

2020-02-03 Thread Jürgen Dollinger
Mark Sapiro wrote:
> Add the following lines to /etc/aliases
> 
> mailman-admin:   /dev/null
> mailman-bounces: /dev/null

If you have mebership reminders active on other mailinglists this is a
problem because you dont get the bounces.

Additionally if the spammers use the web interface it does not help. I
had this problem: Somebody found it funny to try hundred times a day 
curl 
http://mydom.example.org/mailman/subscribe/mailman?email=vic...@example.com 
I solved it by setting SUBSCRIBE_FORM_SECRET="some_ranmdom_string" in 
/etc/mailman/mm_cfg.py .

-- 
\ J. Dollinger FAW/n Ulm |zeitnot@irc| http://www.home.pages.de/~zeitnot/
 \"What're quantum mechanics?"   --   "I don't know. People who/
  \repair quantums, I suppose." (Terry Pratchett, Eric)   /
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Kapil Dev Sharma
Hi Team,

We are using mailman 2.1.29. When sending the mail using Mailman, The email
body content is sent as an attachment (ATT1.txt). We face this type of
issues only in outlook. Could you please suggest us the solution for the
same.

If you already address this issue in any upgraded version then share the
version name with us.

Thanks,
Kapil Dev Sharma


Thanks,
Kapil Dev Sharma
Tech Lead, OnSumaye

[image: image.png]
 https://www.onsumaye.com/
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Carl Zwanzig

On 2/3/2020 5:43 AM, Kapil Dev Sharma wrote:

We are using mailman 2.1.29. When sending the mail using Mailman, The email
body content is sent as an attachment (ATT1.txt). We face this type of
issues only in outlook. Could you please suggest us the solution for the
same.


The best solution is to not use outlook. IIRC some versions don't construct 
the MIME containers properly, and there isn't much mailman can do about 
that. You might look at the message as sent by outlook in source form to see 
how that version encapsulates the body and then again after it's been 
through mailman.


z!
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Christian F Buser via Mailman-Users
Hello Kapil Dev Sharma. On Mon, 3 Feb 2020 19:13:09 +0530, you wrote:

> We are using mailman 2.1.29. When sending the mail using Mailman, The email
> body content is sent as an attachment (ATT1.txt). We face this type of
> issues only in outlook. Could you please suggest us the solution for the
> same.

Are you talking about Outlook on the sending side, or on the receiving side? 

Are you talking about Outlook, which is part of the Office package, or are you 
talking about "Outlook Express", which is a rather outdated and no longer 
supported application? 

Christian 

-- 
Christian F. Buser, Hohle Gasse 6, CH-5507 Mellingen (Switzerland)  
Hilfe fuer Strassenkinder in Ghana: https://www.chance-for-children.org
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Mark Sapiro

On 2/3/20 5:43 AM, Kapil Dev Sharma wrote:

Hi Team,

We are using mailman 2.1.29. When sending the mail using Mailman, The email
body content is sent as an attachment (ATT1.txt). We face this type of
issues only in outlook. Could you please suggest us the solution for the
same.



What does your list do to this mail. I.e. have you set from_is_list or 
dmarc_moderation_action to Wrap Message?


Actually, the most likely explanation is the list has set Non-digest 
options -> msg_header, and the incoming message (after content 
filtering) is other than a single text/plain part. This will cause the 
msg_header to be added as a separate MIME part preceding the rest of the 
message. If that is the reason, you may be able to adjust the list's 
content filtering using things like pass_mime_types, 
collapse_alternatives and convert_html_to_plaintext to ensure the 
filtered message is a single text/plain part.


However, if you want to allow HTML, and or attachments, you will need to 
ensure that Non-digest options -> msg_header is completely empty, or use 
a mail client that is better at displaying inline text in line.


--
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
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] how to disable main mailman-request and mailman list without stopping mailman functionality

2020-02-03 Thread Mark Sapiro

On 2/2/20 6:15 AM, Jürgen Dollinger wrote:


Additionally if the spammers use the web interface it does not help. I
had this problem: Somebody found it funny to try hundred times a day
curl http://mydom.example.org/mailman/subscribe/mailman?email=vic...@example.com
I solved it by setting SUBSCRIBE_FORM_SECRET="some_ranmdom_string" in
/etc/mailman/mm_cfg.py .



I'm glad SUBSCRIBE_FORM_SECRET worked in your case, but it doesn't 
always. See the thread at 
.


--
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
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org