I want all mails sent to the list to come from the list's email address...
But, in this case, if the user forgets to sign their name at the
bottom of their mail body, effectively the mail to the list is
anonymous...!
Is there a way to add the user name (or email address) to the top of
each mail so that the mails have the name of the sender, while the
mail itself comes from the list address?
I have looked high and low for an answer, but noone seems to have the solution.
Thank you!
Mal
Hi,
I received the following error this morning. So I rerun configure again with the following command: ./configure --with-cgi-id=apache --prefix=/var/mailman. I'm still getting the same error. Is there any place that I can look for so that I can debug this problem better? Perhaps, looking at the config history file or something. Any other places that I can check the cause of this error?
"Mailman CGI error!!!
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog:
Group mismatch error. Mailman expected the CGI
wrapper script to be executed as group "nobody", but
the system's web server executed the CGI script as
group "apache". Try tweaking the web server to run the
script as group "nobody", or re-run configure,
providing the command line option `--with-cgi-gid=apache'."
Thanks
Mary
Hi, This problem is not caused by mailman, but I still want to give it a
shot here. I'm hosting a mailing list on top of mailman. Emails are
supposed to be sent out by AWS ses. However, ses requires that sender
address must be verified, which leads to a problem that emails sent by
subscribers to mailing list cannot be sent to other subcirbers, since their
addresses are not verified. And it is impossible to verified every
subscriber. Are there smtp service providers allowing unverified email
address to send out emails, or do I have other solutions?
Thanks.
Leon
Dear Mailman Cognoscenti,
I'm helping one of my list owners send out 5K plus invitations to
students to subscribe to his mailing list. Our current configuration:
Mailman v2.1.20
RHEL v5.11
Semdmail v8.13.8
Apache v2.2.3
Since this was the first time doing this, I suggested breaking the
batch input into 3 groups, 50, 500, and the rest. The 50 went fine,
as did the 500, but the largest batch gave him a generic web server
error:
> Internal Server Error
>
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
>
> Please contact the server administrator, root(a)conundrum.unh.edu and
> inform them of the time the error occurred, and anything you might
> have done that may have caused the error.
>
> More information about this error may be available in the server
> error log.
I looked at the logs and I couldn't find anything that hinted at what
went wrong. So I asked the owner to send me the last back and I'd
give it a try. I wrote a script that removed folks already subscribed
to his list and split the remaining subscribers up into 6 files with a
thousand records each. I just tried uploading the 1st batch of 1K,
with the following options:
Subscribe these users now... (*) Invite
Send welcome message... (*) No
Send notifications... (*) No
And entered a 7 line paragraph explaining the invitation.
I ended up having the same error happen. Looking at the Mailman logs,
I can't see any difference before or after my submission. In the
HTTPD logs, I see:
>> [Fri Aug 26 19:59:23 2016] [warn] [client 132.177.215.132] Timeout
>> waiting for output from CGI script
>> /usr/local/mailman/cgi-bin/admin, referer:
>> https://lists.unh.edu/mailman/admin/campus.connection/members/add
>> [Fri Aug 26 19:59:23 2016] [error] [client 132.177.215.132]
>> Premature end of script headers: admin, referer:
>> https://lists.unh.edu/mailman/admin/campus.connection/members/add
So is there an inherent limit to the number of invites that can be
submitted via the web form?
As a work around, how would I do large invites on behalf of the owner
from the command line, including the 'extra text' that is allowed via
the web interface?
--
Cordially,
the UNH Mailing List Server Admins
Bill Costa, senior admin
(603) 862-3056
Is there an efficient way to change the domain name that mailman is
affiliated with?
I have two mailing lists that were created for an organization before
that organization had their own domain. At the time the organization was
sure they did not want their own domain and would not be getting a
domain.
Since then, they have chosen to get a domain and set up a web site.
I would like to move their mailing lists onto their domain. It looks
like the process for this is:
1) get the list of subscribers
2) delete the mailing list from the one domain (losing the archives)
3) create the mailing list on the new domain
4) subscribe the list of subscribers
This process doesn't seem too difficult, but I would prefer to keep the
archives, if possible.
Both domains are on the same server, running CentOS7 and PLESK 12.5, if
that makes a difference.
Thanks,
Keith
Apparently our host provider performs spam tests only on outgoing, rather
than incoming - since my spamassassin blacklists don't have any effect.
So I've discovered the filters offered in Mailman after being completely
buried by spammers trying to post to our subscriber only list.
I've started putting these in Sender Filters:
^[^@]+@bcira\.com$
^[^@]+@airablo\.com$
^[^@]+@bfklaw\.com$
^[^@]+@bettella\.com$
^[^@]+@areallycool\.com$
^[^@]+@aristo-tec\.com$
^[^@]+@benallgood\.com$
^[^@]+@al-meshkah\.com$
^[^@]+@atoccs\.stream$
^[^@]+@authors\.com$
^[^@]+@aulson\.com$
^[^@]+@atmyx\.bid$
^[^@]+@airtecperforms\.com$
but what is the syntax for blocking domains ending in
.loan
.stream
.trade
etc, other than .com.
I've been reading up on python expressions but at first reading it is a bit
overwhelming - hoping for a simple example.
I've also started adding in words under Spam filters such as:
^Subject: .*Phentermine
^Subject: .*F\*buddy
^Subject: .*H00kup
^Subject: .*InstaF\*ck
^Subject: .*Instacheat
Wondering if anyone would care to share their lists of filters - or a good
resource?
thanks, Jim
I've been running my mailing list for a few years with "Munge From" to
defend against DMARC rejection. This means that my messages get
From: Joe User <mymailinglist(a)mydomain.com>
Reply-To: Joe User <joe(a)example.com>
That mostly works, but sometimes confuses people a bit, and just now
I've had somebody send what I think was intended as a private address to
that From line, not to the Reply-To line. (I think their e-mail client,
Pegasus, has an excessively flexible policy on which headers to use for
a reply and may be subtly misconfigured, but maybe they just naively
copied the From line.)
That's leading me to wonder whether there's another way, whether I can
leave From alone and still get past the DMARC checks. Wikipedia tells
me that DMARC passes if either SPF *or* DKIM passes. There's no hope
for SPF with the original sender in From, because the mailing list
server isn't the user's mail server. However, DKIM seems like it
*might* pass, if I'm careful in how I configure the mailing list. In
particular, it looks like I'd have to get rid of the message footer.
That would be OK. Looks like I might also have to kill off the
[ListName] addition to the Subject, which is less OK but might be better
than the alternative.
Before I go recruit a couple of users from several DMARC-using providers
and run some tests, can anybody tell me if there is any hope there, and
maybe share some configuration tips?
First post- thanks much for your archives, been getting myself up to speed
today and I hope to be a member of the community who gives back as well.
I took over a large mailing list with a 12 year archive, which is about a
1 GB .mbox file (about 35,000 messages). I need to upload it to a new
Mailman install on a new server. I have a background in visual basic and
command line SPSS, and have managed Mailman lists before, but I'm a little
new on this part. Here's where I'm at- let me know where I'm off.
For reference, the name of the list on the machine is dbt-l_pdbti.org.
Per the FAQ (
[1]https://wiki.list.org/DOC/How%20do%20I%20import%20an%20archive%20into%20a…
), I uploaded the old .mbox into the correct folder (in this case
archives/private/dbt-l_pdbti.org.mbox/). This is a brand new list
install, with no posts. I then ran bin/arch --wipe dbt-l_pdbti.org. When I
checked the archives, only about 11,000 messages were imported. I saw in
the arch help file there can be memory issues, and so to run things in
chunks. So, I did this:
bin/arch ---wipe q -s 0 e 10000 dbt-l_pdbti.org
bin/arch -q -s 10001 e 20000 dbt-l_pdbti.org
bin/arch q -s 20001 e 30000 dbt-l_pdbti.org
bin/arch q -s 30001 e 40000 dbt-l_pdbti.org
So when I do this, each piece works, but each piece overwrites the
previous- in other words, rather than each chunk adding into the archives,
only the most recent command seems to affect the archives. At the end of
these commands, only messages 30,000 to 35,000 are showing up in the
archives.
I'm sure there is something I'm doing wrong here, but I'm feeling pretty
stuck- is there something I'm leaving out?
Appreciate the help-
........................................................................
Andrew White, PhD
Associate Director
DBT-Linehan Board of Certification, Certified DBT Clinician*
Licensed Clinical Psychologist
Portland DBT Institute
(503) 290.3281 (phone)
(503) 231.8153 (fax)
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. This e-mail message and any documents
attached to it are confidential and may contain information that is
protected from disclosure by various federal and state laws, including the
HIPAA privacy rule (45 C.F.R., Part 164). This information is intended to
be used solely by the entity or individual to whom this message is
addressed. If you are not the intended recipient, be advised that any use,
dissemination, forwarding, printing, or copying of this message without
the sender's written permission is strictly prohibited and may be
unlawful. Accordingly, if you have received this message in error, please
notify the sender immediately with a copy to hipaa(at)pdbti.org and
destroy this message. Please do not include personal identifying
information such as your birth date, or personal medical information in
any emails you send to us. No one can diagnose your condition from email
or other written communications and is not a reliable mechanism for
emergency communication.
References
Visible links
1. https://wiki.list.org/DOC/How%20do%20I%20import%20an%20archive%20into%20a%2…
FWIW, last month on another list a Yahoo/AOL rep said it means an inactive
account. Which is not exactly the same as an account that doesn't exist, I
guess.
https://www.mail-archive.com/mailop@mailop.org/msg05018.html
On Fri, Dec 22, 2017 at 9:00 AM, <mailman-users-request(a)python.org> wrote:
> From: Mark Sapiro <mark(a)msapiro.net>
> To: mailman-users(a)python.org
> Cc:
> Bcc:
> Date: Thu, 21 Dec 2017 16:18:18 -0800
> Subject: Re: [Mailman-Users] Yahoo problems again
> On 12/21/2017 03:14 PM, Jim Dory wrote:
> > I'm running a CPanel version of mailman.
> > I've been seeing a lot of the following errors of mostly yahoo.com users
> > but a few other providers as well.
> >
> > "---------- Forwarded message ----------
> > From: Mail Delivery System <Mailer-Daemon(a)server.nomekennelclub.com>
> > To: nome-announce-bounces(a)nomekennelclub.com
> > Cc:
> > Bcc:
> > Date: Thu, 21 Dec 2017 17:22:05 +0000
> > Subject: Mail delivery failed: returning message to sender
> > This message was created automatically by mail delivery software.
> >
> > A message that you sent could not be delivered to one or more of its
> > recipients. This is a permanent error. The following address(es) failed:
> >
> > xxxx(a)yahoo.com
> > host mta7.am0.yahoodns.net [98.137.159.27]
> > SMTP error from remote mail server after end of data:
> > 554 delivery error: dd Requested mail action aborted -
> > mta4357.mail.ne1.yahoo.com
> >
> > Action: failed
> > Final-Recipient: rfc822;xxx(a)yahoo.com
> > Status: 5.0.0
> > Remote-MTA: dns; mta7.am0.yahoodns.net
> > Diagnostic-Code: smtp; 554 delivery error: dd Requested mail action
> aborted
> > - mta4357.mail.ne1.yahoo.com
> > "
> >
> > followed by a forwarded message that had been sent to the list by another
> > user.
> > -which I don't know how to deal with.
>
>
> This is a Yahoo glitch. They are reporting a bogus reason for a list
> message to a Yahoo address that doesn't exist. See
> <https://forums.yahoo.net/t5/Delivery-errors-5xx-and-421/554
> -delivery-error-dd-Requested-mail-action-aborted-mta1240-mail/td-p/382749>
>
>
>
>
I'm running a CPanel version of mailman.
I've been seeing a lot of the following errors of mostly yahoo.com users
but a few other providers as well.
"---------- Forwarded message ----------
From: Mail Delivery System <Mailer-Daemon(a)server.nomekennelclub.com>
To: nome-announce-bounces(a)nomekennelclub.com
Cc:
Bcc:
Date: Thu, 21 Dec 2017 17:22:05 +0000
Subject: Mail delivery failed: returning message to sender
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
xxxx(a)yahoo.com
host mta7.am0.yahoodns.net [98.137.159.27]
SMTP error from remote mail server after end of data:
554 delivery error: dd Requested mail action aborted -
mta4357.mail.ne1.yahoo.com
Action: failed
Final-Recipient: rfc822;xxx(a)yahoo.com
Status: 5.0.0
Remote-MTA: dns; mta7.am0.yahoodns.net
Diagnostic-Code: smtp; 554 delivery error: dd Requested mail action aborted
- mta4357.mail.ne1.yahoo.com
"
followed by a forwarded message that had been sent to the list by another
user.
-which I don't know how to deal with. And also, I just had a yahoo user try
to send something to the list and he was completely blocked:
"From: Mail Delivery System <Mailer-Daemon(a)server.nomekennelclub.com>
Date: December 21, 2017 at 10:55:27 AM AKST
To: yyyy(a)yahoo.com
Subject: Mail delivery failed: returning message to sender
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
me(a)dorydesign.com
(generated from nomeannounce(a)nomekennelclub.com)
host mx1.arandomserver.com [208.43.240.3]
SMTP error from remote mail server after end of data:
550 High probability of spam
Action: failed
Final-Recipient: rfc822;me(a)dorydesign.com
Status: 5.0.0
Remote-MTA: dns; mx1.arandomserver.com
Diagnostic-Code: smtp; 550 High probability of spam
"
The attached mime from that message was this (I've tried to obscure the
email addresses in these examples):
Return-path: <yyyy(a)yahoo.com>
Received: from se001.arandomserver.com ([207.210.220.219]:42974)
by server.nomekennelclub.com with esmtps
(TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
(Exim 4.89_1)
(envelope-from <yyyy(a)yahoo.com>)
id 1eS6w8-0005XI-5V
for nomeannounce(a)nomekennelclub.com; Thu, 21 Dec 2017 19:55:24 +0000
Received: from sonic306-2.consmr.mail.bf2.yahoo.com ([74.6.132.41])
by se001.arandomserver.com with esmtps
(TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
(Exim 4.89)
(envelope-from <yyyy(a)yahoo.com>)
id 1eS6vT-0006g3-7Y
for nomeannounce(a)nomekennelclub.com; Thu, 21 Dec 2017 13:54:43 -0600
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
t=1513886082; bh=oAG+Vx42je2VW+88C4FZSQH+Yw6Qb4GSG+M2O1+tDyc=;
h=From:Subject:Date:To:From:Subject;
b=Xcfo3BhyCiYF0RUBYPratRWoint9KVpgawUavGEI41YTWaESeLOyfRCAlFrNuVMbrNUKM8aAo49oYN9VlKqYjGY7oqHoZa1hEm8MsxW2K7x73NoiUIjShUvfCA6IrNqEHz3h2HtoJGC27nF5JP9AqVjroXOy9f7AIugKL0sWlH1Duz3d0MKFmeg6BNRHp4HliFb8zbvey/8zAuVoE8Unh1rZp2zY1DQYEwQqg4HcFlzY6P9ZaAzkMWF692PIa7JSz1gD2zw0BWhi1MQOlRigWsMkOJBK0ia2QRTDgzRMsdQ1zc/iOi16YXUIVddPvRuNjk2prx2ojrdZiQeD9jZ/ww==
X-YMail-OSG: uvH4Z2EVM1kqMXtalwJ6oTN1d5zS2x6GWBYuwiJt9FyjfYi0ji89oNPJ78BmCkW
PfZgicNYSHDBf2svIrXgPXOTBZt6zMqTngoNNyPlVb38SVZdf5MHcMDpVFHrRTZ.e0bMy4SS2jCZ
VNrnPuskvvg5TaAw39nxkWuQLNPhVVix6kT_o4Nn5fNGPn1WFbC3CJAlJvWs0.Re6ZwrmdhIqZzs
_8sg4YH3gBSS4i9oVcuAOsrI_bqZwH56KnE8_ICkPS9d9y3uRFBOriBOiKQYdNKve8AKBBWFSjJi
b.Z._BNpLNrz1LGAD_paOegr8hvOvWBUrwee5bsfXuY0tOpe96R.PtbLlRmKM_9H8D0W3OsC3R0k
L7ts11xugZRbxsOlJt8wQqsBOsdVN9AREERluLjuYt6Yu9GumXYjHVb7cUH_Hl5xwFLHQ6AfpVXV
IgCJohmz2iU1paZD0vg0ARqlxHF5qtNJZ82qDfjRtDCGIkS56rv35.1LvqIzIW1aMgn8BQECi6XV
dp_6S
Received: from sonic.gate.mail.ne1.yahoo.com by
sonic306.consmr.mail.bf2.yahoo.com with HTTP; Thu, 21 Dec 2017 19:54:42
+0000
Received: from smtp127-mob.biz.mail.bf1.yahoo.com (EHLO [10.126.186.15])
([98.139.172.251])
by smtp408.mail.bf1.yahoo.com (JAMES SMTP Server ) with ESMTPA ID
52a4c2265a6e8c2eb991fbaec30e880c
for <nomeannounce(a)nomekennelclub.com>;
Thu, 21 Dec 2017 19:54:39 +0000 (UTC)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
From: Timothy Smith <yyyy(a)yahoo.com>
Mime-Version: 1.0 (1.0)
Subject: Looking for old snowplow
Message-Id: <72E67804-9C39-4648-B54A-355A1CD91A83(a)yahoo.com>
Date: Thu, 21 Dec 2017 10:54:36 -0900
To: nomeannounce(a)nomekennelclub.com
X-Mailer: iPhone Mail (14G60)
Received-SPF: pass (se001.arandomserver.com: domain of yahoo.com designates
74.6.132.41 as permitted sender) client-ip=74.6.132.41; envelope-from=
yyyy(a)yahoo.com; helo=sonic306-2.consmr.mail.bf2.yahoo.com;
X-SPF-Result: se001.arandomserver.com: domain of yahoo.com designates
74.6.132.41 as permitted sender
Authentication-Results: se001.arandomserver.com; dmarc=pass header.from=
yahoo.com
Authentication-Results: arandomserver.com; spf=pass smtp.mailfrom=
yyyy(a)yahoo.com; dkim=pass header.i=yahoo.com
X-SpamExperts-Class: whitelisted
X-SpamExperts-Evidence: sender
X-Recommended-Action: accept
X-Filter-ID:
PqwsvolAWURa0gwxuN3S5dbLZBtEelHx626yyIFROGBoq7PC935D5gVVZdRAS4cpe2lzoh2cHLtu
1SqMOIQTJhg2bPqsF3NKVeRdIq6+m8hAMDzeDPgTbattB4dzugM/GAAHuU7Kix/q2NhXWYORrd1x
l5D7ORax3H8jyTz96hP+lczXWRsecrL6KZmV4jaidG5gGLSgW4Bn/5M0JETfQd7usy1SiXvhjHr/
TSF/Xh+FcqCQR+qeCjyt4VgXy9au/V2g4NFXKjiWEq6AptiBOZ0DJh9EsOc01tOOj/R6OcliBP5d
I2uVKl4iqs7slFv2rNU9pgrR2527oymQ/UGyCfdQO3rhq0nW47cN5z+mpmD4G4szLADW4wW12QfH
F7cITI2it2spocGAwh4WoxJReeWBOXp8nHKe0R+FkIqN7hnb2h17GFq7RyA5TlS+SepcaldRuW5H
Z5VCz3oI8G6gg5uymjpsIKEGfL1NrbMEQvkYAAe5TsqLH+rY2FdZg5Gt3XGXkPs5FrHcfyPJPP3q
E/n1AS6Vvbdi/Ytm8JblH86XTVJp/Vp1c6oRqL12g/4d+n4K/vAYO0wLn77ziAlxt3ZAfdGUK6xm
xt3uoWu7latyV9A8fT7KxsMfMjFtkNpsOi+G2wty43cRSQ8qLbbzwKE/uv+p4Jwt80+TCbaU2ezd
u108kaQJKXxbTO451NNAah/EURL1xtLvrMfFXIdIhByeP3kMF/HM2qi7bXBmBn9TEFgSWr/NHmgi
bYOxhTAHAGpU1KrPVLcYGHrgyo25Xfvg7iEFLP+SSY+Av5+AiC5DA8QlLMss9wAh0997AWd7Poec
lVMMg4omr0qmP8EG27tPLjMU/DCffyE9gEZuU8cySBvQ55du5dUCC09Y9ZczQ9OVVyXpqvfcPEJW
mcaNuHQgpgHO7UCv07taZADhvKZIv0iLmzKdXyIb0q0eJBBHDdjre9h1YQfOlkxOVd0feQ==
X-Report-Abuse-To: spam(a)se001.arandomserver.com
I'm in search of old snowplow blades, parts, frames, pumps etc. to rebuild.
=
This would be for a truck or jeep. I'm not interested in ATV plows.=20
Please reply if you have anything for me to look at.=20
Thanks,
Tim
Sent from my iPhone=