Re: [Mailman-Users] Questions About Uncaught Bounce Notifications

2019-07-17 Thread Mark Sapiro
On 7/17/19 5:50 PM, Richard Damon wrote:

> Here is a sample of one semi-regular bounce I get from a list I manage
> (I haved X'ed out the personal information included in the bounce). I
> suspect that one issue is that this is a bounce message, not a server
> refusing (thus they are probably back-scattering), and the bounce
> doesn't give the address that the message was sent to (though it is in
> the Delivered-To: header of the message that bounced that I trimmed).
> 
> Also, being a 'I think your a spammer' as opposed to 'That address isn't
> valid' message says I am not sure one really wants to count it as a bounce.


Yes, that is tricky, but assuming we do, I have some questions.


...
> Subject: failure notice
> In-Reply-To: 
> References: 


These are Mailman generated Message-IDs indicating the message is some
kind of Mailman generated notice and not a list post. Are they all like
that or are some of them list posts?


> Hi. This is the bounce program. I'm afraid I've been instructed to return
> your message. It was refused by the recipient's junk mail controls.
> 
> To reach XXX, please telephone +1 888 XXX.
> 
> --- Below this line is a copy of the message.
> 

I could recognize this in simplematch

with a start regexp of

^.*This is the bounce program. I'm afraid I've been instructed

and an address regexp of

^Delivered-To:\s*(?P[^\s@]+@[^\s@]+)\s*$')

-- 
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] Questions About Uncaught Bounce Notifications

2019-07-17 Thread Richard Damon
On 7/17/19 8:18 PM, Mark Sapiro wrote:
> On 7/17/19 4:23 PM, David Andrews wrote:
>> I run an installation that has over 300 lists.  Normally, for years, I
>> received around 300 uncaught bounce notifications a day.  In the past
>> couple of months, it has dramatically increased to 3000 to 4000 a day. 
>> Some questions:  what causes them? Can they be reduced? Do they hurt
>> anything? Toes the increase mean a problem somewhere else?
>
> Most likely (you can tell by looking at them) they are spam sent to the
> listname-bounces address. They might also be out of office type
> responses sent by non compliant (RFC 5230) vacation programs or replies
> to list mail erroneously sent to the envelope sender.
>
> What causes them is any message sent to a listname-bounces address that
> is not recognized as a delivery status notification by Mailman's bounce
> processing. At this point actual unrecognized DSNs are very rare, but if
> the message looks like a DSN and is unrecognized, you can post it here,
> and we will try to update the recognizers to recognize it.
>
> You can set a list's Bounce processing ->
> bounce_unrecognized_goes_to_list_owner to No to eliminate the notices
> from that list, but then you will miss any real bounces which are
> unrecognized if there are any.
>
> The only harm is the extra mail to deal with.
>
> The increase is probably due to an increase in spam possibly due to
> various listname-bounces addresses getting on more spammers lists.
>
Here is a sample of one semi-regular bounce I get from a list I manage
(I haved X'ed out the personal information included in the bounce). I
suspect that one issue is that this is a bounce message, not a server
refusing (thus they are probably back-scattering), and the bounce
doesn't give the address that the message was sent to (though it is in
the Delivered-To: header of the message that bounced that I trimmed).

Also, being a 'I think your a spammer' as opposed to 'That address isn't
valid' message says I am not sure one really wants to count it as a bounce.

(pair.com/pairlist.net is my service provider, arlingtonlist.org is the
domain for the mailing list, osiris.978.org is their domain)


Return-Path: <>
X-Original-To: arlington-boun...@lists6.arlingtonlist.org
Delivered-To: arlington-boun...@six.pairlist.net
Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131])
by six.pairlist.net (Postfix) with ESMTP id D07DAA5F67
for ; Tue,  2 Jul 2019 
08:30:16 -0400 (EDT)
Received: (qmail 91008 invoked by uid 3409); 2 Jul 2019 12:30:16 -
Delivered-To: rdamon-arlingtonlist:org-arlington-boun...@arlingtonlist.org
Received: (qmail 91002 invoked from network); 2 Jul 2019 12:30:16 -
Received: from mailwash50.pair.com (66.39.2.216)
  by arjuna.pair.com with ESMTPS (DHE-RSA-AES256-GCM-SHA384 encrypted); 2 Jul 
2019 12:30:16 -
Received: from localhost (localhost [127.0.0.1])
by mailwash50.pair.com (Postfix) with SMTP id 710361322815
for ; Tue,  2 Jul 2019 08:30:16 
-0400 (EDT)
X-Virus-Check-By: mailwash50.pair.com
Received: from localhost (localhost [127.0.0.1])
by mailwash50.pair.com (Postfix) with SMTP id 65CD31322778
for ; Tue,  2 Jul 2019 08:30:15 
-0400 (EDT)
Received: from osiris.978.org (osiris.978.org [98.110.203.122])
by mailwash50.pair.com (Postfix) with SMTP
for ; Tue,  2 Jul 2019 08:30:11 
-0400 (EDT)
Received: (qmail 28339 invoked by uid 1000); 2 Jul 2019 08:30:09 -0400
Date: 2 Jul 2019 08:30:09 -0400
Message-ID: <20190702123009.28338.qm...@osiris.978.org>
From: mailer-dae...@osiris.978.org
To: 
Subject: failure notice
In-Reply-To: 
References: 

Hi. This is the bounce program. I'm afraid I've been instructed to return
your message. It was refused by the recipient's junk mail controls.

To reach XXX, please telephone +1 888 XXX.

--- Below this line is a copy of the message.

-- 
Richard Damon

--
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] Questions About Uncaught Bounce Notifications

2019-07-17 Thread Mark Sapiro
On 7/17/19 4:23 PM, David Andrews wrote:
> I run an installation that has over 300 lists.  Normally, for years, I
> received around 300 uncaught bounce notifications a day.  In the past
> couple of months, it has dramatically increased to 3000 to 4000 a day. 
> Some questions:  what causes them? Can they be reduced? Do they hurt
> anything? Toes the increase mean a problem somewhere else?


Most likely (you can tell by looking at them) they are spam sent to the
listname-bounces address. They might also be out of office type
responses sent by non compliant (RFC 5230) vacation programs or replies
to list mail erroneously sent to the envelope sender.

What causes them is any message sent to a listname-bounces address that
is not recognized as a delivery status notification by Mailman's bounce
processing. At this point actual unrecognized DSNs are very rare, but if
the message looks like a DSN and is unrecognized, you can post it here,
and we will try to update the recognizers to recognize it.

You can set a list's Bounce processing ->
bounce_unrecognized_goes_to_list_owner to No to eliminate the notices
from that list, but then you will miss any real bounces which are
unrecognized if there are any.

The only harm is the extra mail to deal with.

The increase is probably due to an increase in spam possibly due to
various listname-bounces addresses getting on more spammers lists.

-- 
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


[Mailman-Users] Questions About Uncaught Bounce Notifications

2019-07-17 Thread David Andrews
I run an installation that has over 300 lists.  Normally, for years, 
I received around 300 uncaught bounce notifications a day.  In the 
past couple of months, it has dramatically increased to 3000 to 4000 
a day.  Some questions:  what causes them? Can they be reduced? Do 
they hurt anything? Toes the increase mean a problem somewhere else?


Thanks!

Dave

--
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] Need assistance configuring Mailman version 2.1.15 on RHEL7

2019-07-17 Thread Mark Sapiro
On 7/16/19 5:24 AM, Mr. Vishal Gandhi wrote:
> We installed Mailman version 2.1.15 on RHEL7 using yum. We don't want mailing 
> lists' email addresses with the same domain as the server has. For example: 
> server is example1.fdu.edu . We would like to have email addresses of the 
> mailing lists to end with @fdu.edu so that someone sends email to 
> li...@fdu.edu and the subscribers of the the mailing list list1 will receive 
> it. Can some one please provide us some guidance on how can we accomplish 
> this?
> 
> We'll appreciate any help or guidance we may receive.

First of all, the primary support resource for this package should be
RedHat. See .

That said, see 

What you want in mm_cfg.py is

DEFAULT_EMAIL_HOST = 'fdu.edu'
DEFAULT_URL_HOST = 'fdu.edu'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

The second line above, DEFAULT_URL_HOST should be set to whatever host
name you want for accessing the web UI.

Then, if you have existing lists, you need to run Mailman's

bin/withlist -a -r fix_url

to update those.

-- 
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] Include part of message when rejecting due to excessive size?

2019-07-17 Thread Mark Sapiro
On 7/17/19 11:01 AM, David Gibbs via Mailman-Users wrote:
> My memory is failing me... I thought that, when rejecting a message from
> the admin queue, part of the original message was included in the reject
> message.
> 
> Is this true?


No. The message that is sent is built from the 'refuse.txt' template. It
includes the provided reason, but the only thing from the message is the
Subject:.


> When I reject messages, just the reject message is sent.
> 
> If so, is there a setting that I need to adjust?
> 
> If not, is there any way to do that?


You could copy/paste parts of the message header and/or body into your
reject reason. Anything else would require code modification.

-- 
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


[Mailman-Users] Include part of message when rejecting due to excessive size?

2019-07-17 Thread David Gibbs via Mailman-Users
My memory is failing me... I thought that, when rejecting a message from
the admin queue, part of the original message was included in the reject
message.

Is this true?

When I reject messages, just the reject message is sent.

If so, is there a setting that I need to adjust?

If not, is there any way to do that?

Thanks.

David
-- 
IBM i on Power Systems: For when you can't afford to be out of business!

I'm riding 615 miles (Yes, you read that right) in the American Diabetes
Association's Tour de Cure to raise money for diabetes research, education,
advocacy, and awareness.  You can make a tax-deductible donation to my ride
by visiting https://mideml.diabetessucks.net.

You can see where my donations come from by visiting my interactive
donation map ... https://mideml.diabetessucks.net/map (it's a geeky thing).

I may have diabetes, but diabetes doesn't have me!
--
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] Need assistance configuring Mailman version 2.1.15 on RHEL7

2019-07-17 Thread Mr. Vishal Gandhi
We installed Mailman version 2.1.15 on RHEL7 using yum. We don't want mailing 
lists' email addresses with the same domain as the server has. For example: 
server is example1.fdu.edu . We would like to have email addresses of the 
mailing lists to end with @fdu.edu so that someone sends email to li...@fdu.edu 
and the subscribers of the the mailing list list1 will receive it. Can some one 
please provide us some guidance on how can we accomplish this?

We'll appreciate any help or guidance we may receive.

Thank you.

[cid:13406a9c-956f-451f-81fb-25a62f375a6c]
Vishal K. Gandhi
Systems Analyst/Application Developer/E-Mail Specialist
University Systems and Networking
1000 River Road, Teaneck NJ 07666
Mail Stop: T-BH1-01
[phone]: 201-692-2414 | [fax] : 201-692-2494 | [email] : 
vgan...@fdu.edu
"Fairleigh Dickinson University will never
 ask for your password. Please do not share it 
with others!"



--
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