[Mailman-Users] trouble with q.com address

2018-08-04 Thread Loren Engrav via Mailman-Users
Hi

to finish this off case anyone else needs to know...

I did as you said thank you and then received the message below

: host mx.centurylink.net[206.152.134.65] said: 550 SPF Hard
  Fail: Domain engrav.mobi does not designate 192.185.193.12 as permitted
  sender. (in reply to MAIL FROM command)
Reporting-MTA: dns; gateway36.websitewelcome.com
X-Postfix-Queue-ID: E9D1A400C8AB9
X-Postfix-Sender: rfc822; wg-bounces@xxx
Arrival-Date: Thu,  2 Aug 2018 23:25:42 -0500 (CDT)

Final-Recipient: rfc822; x...@q.com
Original-Recipient: rfc822;x...@q.com
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx.centurylink.net
Diagnostic-Code: smtp; 550 SPF Hard Fail: Domain engrav.mobi does not designate
  192.185.193.12 as permitted sender.

now since I do not understand I “chatted” with Site5 (my host) who said

quote
11:39:51 AM Ankitha Y I have reviewed your account and found the SPF record was 
not updated to the correct one.
11:40:04 AM Ankitha Y I have now updated to v=spf1 +a +mx +ip4:129.121.3.204 
+include:websitewelcome.com ~all

and that solved the problem; q.com and other centurylink.net mail passing thru 
Ok

thanks
--
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] Automatic web subscription format

2018-08-04 Thread Mark Sapiro
On 08/04/2018 06:49 AM, Jason Wandel wrote:

> 
> I've found some info including on the list history (one from back in 2001
> though the link provided on that no longer exists). I think I'm most of the
> way there, I'm now getting a "bad/invalid email address" error from the
> following (obscured) url, reporting on the Firstname Lastname:
> 
> http://domain/mailman/admin/list_domain/members/add?subscribe_or_invite=0&send_welcome_msg_to_this_batch=0&;
> notification_to_list_owner=0&subscribees=Firstname%20Lastname%20&adminpw=the
> password
> 
> I've tried without quotes and with single or double quotes around the name
> and the name/address combo, all without success.


The fact that you show the list name as list_domain indicates this is
cPanel, so the code you are looking at is not the actual code you are
dealing with.

However, in standard Mailman, and I don't *think* cPanel is different in
this respect, what you show above should work if Firstname and Lastname
don't contain special characters such as '.'. If they do, you need to
quote it as

%22Firstname%20Lastname%22%20

and the %22 quotes won't hurt even if they aren't needed

-- 
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] Undelivered Mail Returned to Sender

2018-08-04 Thread Mark Sapiro
On 08/04/2018 06:25 AM, Jon Clements wrote:
> Sorry, but can anyone tell me how to stop this from happening? I receive
> one of these in Spam every minute.


What is happening is spam is being sent from (in this case)
<1975834...@qq.com> to . That is
being forwarded from Mailman to the list owner
 and Google is rejecting the message and you are
seeing the reject notice.

Others have suggested configuring the MTA to not accept mail from
qq.com. Another approach is to improve the spam filtering in general on
the server so this mail doesn't get to Mailman.

-- 
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] Undelivered Mail Returned to Sender

2018-08-04 Thread John Levine
In article <20180804141855.7510026c1...@sharky3.deepsoft.com> you write:
>-=-=-=-=-=-
>
>Do you have access to your inbound mail server? If so, you need to arrange for
>that server to *reject* all mail connections from qq.com. qq.com is a
>*notorious* source of spam (there are no legitimate E-Mail addresses @qq.com).
>You might also want to firewall Chinese IP addresses as well.

Actually, there are millions of legitimate e-mail addrsses at qq.com.
It's Tencent, the giant Chinese company that owns Wechat, which has
900 million active users, all with an e-mail address linked to their
Wechat accounts.

Nearly all of the users are in China, so if you don't expect anyone
from China to subscribe to your lists, I suppose you can block them.

--
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] Automatic web subscription format

2018-08-04 Thread Jason Wandel
Hi all,

I'm using mm 2.1.26 on a lamp install from a hosting company... But have
downloaded the code to look through locally.

I'm trying to automatically subscribe/unsubscribe members to an already
restricted access list. This is because I have a separate webform that's
used to select people already in our non-mm database.

I've found some info including on the list history (one from back in 2001
though the link provided on that no longer exists). I think I'm most of the
way there, I'm now getting a "bad/invalid email address" error from the
following (obscured) url, reporting on the Firstname Lastname:

http://domain/mailman/admin/list_domain/members/add?subscribe_or_invite=0&send_welcome_msg_to_this_batch=0&;
notification_to_list_owner=0&subscribees=Firstname%20Lastname%20&adminpw=the
password

I've tried without quotes and with single or double quotes around the name
and the name/address combo, all without success. It looks like I'm getting
a failure due to email.Utils.parseaddr as called from admin.py (I think
line 1465), which supposedly accepts double quotes around the name portion.

Could I please ask for guidance on the format needed to make this work?

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