[Mailman-Users] what happens when you duplicate a name in Mailman?

2014-02-09 Thread David Holden

Looked through for an answer to this and couldn't find it elsewhere.

If I add an email address to Mailman that's already on the list, will 
Mailman duplicate it, or will it do something else?


joe@domain is already on the list
joe@domain  is added by me (but is already on the list, remember?)

Does joe now get two messages from the list, or will the list just 
send me an error message saying, 'hey dummy, that's a duplicate'.


I've been tasked with adding a bulk of addresses to the list but it 
would be easier not to sort my list of people already on it.  I would 
like to take and just add everyone, including some who are probably 
already on it.  From a data entry perspective, it will be time consuming 
to sift and sort those already on it.


Clear as mud?

--
Cheers,

David M. Holden

--
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] what happens when you duplicate a name in Mailman?

2014-02-09 Thread Mark Sapiro
On 02/08/2014 01:21 PM, David Holden wrote:
 
 joe@domain is already on the list
 joe@domain  is added by me (but is already on the list, remember?)


This attempt fails because joe is already a member.


 Does joe now get two messages from the list, or will the list just
 send me an error message saying, 'hey dummy, that's a duplicate'.


The latter.

-- 
Mark Sapiro m...@msapiro.netThe 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] Question about administrative panel.

2014-02-09 Thread Mark Sapiro
On 02/08/2014 06:18 PM, Joe wrote:
 
 I currently host 8 lists but this is only happening to one of them. As I try 
 to access the Mass Subscription window or panel at 
 www.domain.com/mailman/admin/list1/members/add my browser states it can't 
 find the server. It does work for all other 7 lists I host.


Reading between the lines and guessing at the problem, I think the
web_page_url setting for the problem list has the wrong host name. See
the FAQ at http://wiki.list.org/x/mIA9.

-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread Mark Sapiro
On 02/08/2014 05:24 PM, George Kasica wrote:
 Here you go sent to mailt...@netwrx1.org gets me
 
 Feb  8 19:11:41 eagle postfix/pipe[25088]: 30CEE121CDE:
 to=mailt...@lists.netwrx1.org, relay=mailman, delay=0.51,
 delays=0.15/0.01/0/0.35, dsn=2.0.0, status=sent (delivered via mailman
 service)
 
 
 And a short time later I have a message in my inbox (and 4 other users test
 IDs do as well)


So the 'mailman' service can deliver to mailt...@lists.netwrx1.org, but
not to skunk-wo...@lists.netwrx1.org. If this service is
postfix_to_mailman.py (You never confirmed that it was or wasn't), the
only way this can happen is if the $var-prefix/lists/skunk-works/
directory doesn't exist, but then postfix_to_mailman should fail with an
error message the would be in the Postfix log message.

Therefore, it appears that the problem is not in the delivery of posts
to skunk-wo...@lists.netwrx1.org, but rather in the processing/delivery
of the post by Mailman.

Check Mailman's logs.

Also, are there any list members that would receive the post (Mailman's
'bin/list_members --regular --nomail=enabled skunk-works' will tell
you). If the only eligible recipient is you, is your 'not metoo' setting
off?


 From what I'm reading in the FAQ this is not a supported method by Mailman
 but I'm not seeing where its pointing me to any help in getting this
 working. Would I be better off with the official Postfix - Mailman
 integration mentioned and if so how would I do this in the current MySQL
 environment or would I need to start over? Starting from zero concerns me a
 bit as this is currently handing mail traffic just not lists.
 
 Currently the Postfix/Mailman setup is set for MySQL simply because that's
 the FAQ I followed but this is a VERY small environment...would I be better
 served to go the route of hash.db tables and rebuild this to work that way?


If you want help from this list, we are best able to help you if you
configure Postfix to use hashes for Postfix's alias_maps and
virtual_alias_maps for Mailman list addresses as discussed at
http://www.list.org/mailman-install/postfix-integration.html and
http://www.list.org/mailman-install/postfix-virtual.html. I don't
think this is necessarily incompatible with using MySQL for other addresses.


 (I'm not a huge MySQL fan personally for this it seems like overkill) We're
 talking 10 lists with maybe 1000 users total between them and about the same
 number of virtual domains to handle mail.


-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread George Kasica
Mark:

Answers to questions below:

As to your comment about using hashes for mailman...I'm thinking that might
be the best course, and for postfix in general, this s a REALLY small
installation as I mentioned and very low traffic realistically. We're not
running YahooGroups here :)



Yes, it uses is postfix_to_mailman.py thought I had that in the other
message.

The directory /var/lib/mailman/lists/skunk-works does exist

Error

 is empty

Post

Jan 31 02:42:41 2014 (13402) post to mailtest from gkas...@netwrx1.com,
size=15798,
message-id=1ed525c0d0004e7e8e015c332b0c1...@bl2pr05mb177.namprd05.prod.outl
ook.com, success

Qrunner
===
Feb 08 15:22:01 2014 (20887) IncomingRunner qrunner started.
Feb 08 15:22:02 2014 (20891) RetryRunner qrunner started.
Feb 08 15:22:02 2014 (20884) ArchRunner qrunner started.
Feb 08 15:22:02 2014 (20890) VirginRunner qrunner started.
Feb 08 15:22:02 2014 (20886) CommandRunner qrunner started.
Feb 08 15:22:02 2014 (20889) OutgoingRunner qrunner started.
Feb 08 15:22:02 2014 (20888) NewsRunner qrunner started.
Feb 08 15:22:02 2014 (20885) BounceRunner qrunner started.

Smtp

Feb 08 15:24:41 2014 (20889)
mailman.0.1391894679.20937.skunk-wo...@netwrx1.org smtp to skunk-works for
1 recips, completed in 0.162 seconds
Feb 08 15:45:34 2014 (20889)
mailman.0.1391895934.21132.skunk-wo...@netwrx1.org smtp to skunk-works for
1 recips, completed in 0.085 seconds
Feb 08 15:45:35 2014 (20889)
mailman.1.1391895934.21132.skunk-wo...@netwrx1.org smtp to skunk-works for
1 recips, completed in 0.099 seconds

Vette
=
Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.com
Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.com


I'm set to receive postings: 
cd /var/lib/mailman/bin

./list_members --regular --nomail=enabled skunk-works
gkas...@netwrx1.com

Not-meetoo is NOT checked

-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net] 
Sent: Sunday, February 09, 2014 10:53 AM
To: George Kasica
Cc: Mailman Users
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

On 02/08/2014 05:24 PM, George Kasica wrote:
 Here you go sent to mailt...@netwrx1.org gets me
 
 Feb  8 19:11:41 eagle postfix/pipe[25088]: 30CEE121CDE:
 to=mailt...@lists.netwrx1.org, relay=mailman, delay=0.51, 
 delays=0.15/0.01/0/0.35, dsn=2.0.0, status=sent (delivered via mailman
 service)
 
 
 And a short time later I have a message in my inbox (and 4 other users 
 test IDs do as well)


So the 'mailman' service can deliver to mailt...@lists.netwrx1.org, but not
to skunk-wo...@lists.netwrx1.org. If this service is postfix_to_mailman.py
(You never confirmed that it was or wasn't), the only way this can happen is
if the $var-prefix/lists/skunk-works/ directory doesn't exist, but then
postfix_to_mailman should fail with an error message the would be in the
Postfix log message.

Therefore, it appears that the problem is not in the delivery of posts to
skunk-wo...@lists.netwrx1.org, but rather in the processing/delivery of the
post by Mailman.

Check Mailman's logs.

Also, are there any list members that would receive the post (Mailman's
'bin/list_members --regular --nomail=enabled skunk-works' will tell you). If
the only eligible recipient is you, is your 'not metoo' setting off?

 From what I'm reading in the FAQ this is not a supported method by 
 Mailman but I'm not seeing where its pointing me to any help in 
 getting this working. Would I be better off with the official Postfix 
 - Mailman integration mentioned and if so how would I do this in the 
 current MySQL environment or would I need to start over? Starting from 
 zero concerns me a bit as this is currently handing mail traffic just not
lists.
 
 Currently the Postfix/Mailman setup is set for MySQL simply because 
 that's the FAQ I followed but this is a VERY small environment...would 
 I be better served to go the route of hash.db tables and rebuild this to
work that way?


If you want help from this list, we are best able to help you if you
configure Postfix to use hashes for Postfix's alias_maps and
virtual_alias_maps for Mailman list addresses as discussed at
http://www.list.org/mailman-install/postfix-integration.html and
http://www.list.org/mailman-install/postfix-virtual.html. I don't think
this is necessarily incompatible with using MySQL for other addresses.


 (I'm not a huge MySQL fan personally for this it seems like overkill) 
 We're talking 10 lists with maybe 1000 users total between them and 
 about the same number of virtual domains to handle mail.


-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org

Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread Mark Sapiro
On 02/09/2014 09:50 AM, George Kasica wrote:
 Mark:
 
 Answers to questions below:
 
 As to your comment about using hashes for mailman...I'm thinking that might
 be the best course, and for postfix in general, this s a REALLY small
 installation as I mentioned and very low traffic realistically. We're not
 running YahooGroups here :)


Although the setup you're using seems to work, at least for Postfix's
delivery.


 Yes, it uses is postfix_to_mailman.py thought I had that in the other
 message.
 
 The directory /var/lib/mailman/lists/skunk-works does exist
 
 Error
 
  is empty
 
 Post
 
 Jan 31 02:42:41 2014 (13402) post to mailtest from gkas...@netwrx1.com,
 size=15798,
 message-id=1ed525c0d0004e7e8e015c332b0c1...@bl2pr05mb177.namprd05.prod.outl
 ook.com, success


OK. The post log is written at outgoing smtp time so the absence of a
skunk-works entry doesn't mean the post didn't reach Mailman.


 Qrunner
 ===
 Feb 08 15:22:01 2014 (20887) IncomingRunner qrunner started.
 Feb 08 15:22:02 2014 (20891) RetryRunner qrunner started.
 Feb 08 15:22:02 2014 (20884) ArchRunner qrunner started.
 Feb 08 15:22:02 2014 (20890) VirginRunner qrunner started.
 Feb 08 15:22:02 2014 (20886) CommandRunner qrunner started.
 Feb 08 15:22:02 2014 (20889) OutgoingRunner qrunner started.
 Feb 08 15:22:02 2014 (20888) NewsRunner qrunner started.
 Feb 08 15:22:02 2014 (20885) BounceRunner qrunner started.
 
 Smtp
 
 Feb 08 15:24:41 2014 (20889)
 mailman.0.1391894679.20937.skunk-wo...@netwrx1.org smtp to skunk-works for
 1 recips, completed in 0.162 seconds
 Feb 08 15:45:34 2014 (20889)
 mailman.0.1391895934.21132.skunk-wo...@netwrx1.org smtp to skunk-works for
 1 recips, completed in 0.085 seconds
 Feb 08 15:45:35 2014 (20889)
 mailman.1.1391895934.21132.skunk-wo...@netwrx1.org smtp to skunk-works for
 1 recips, completed in 0.099 seconds


These are Mailman notifications about something to do with the
skunk-works list. Did you receive them? What did they say?

Why are there no entries for the sucessful post to mailtest? Too long ago?


 Vette
 =
 Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
 8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.com
 Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
 8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.com


Are these your posts? Check your outgoing mail folder for the message
ids. Check the list's Content filtering - filter_action. It could be
discarding the message. Also check the Privacy options... - Sender
filters actions.

-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread George Kasica
See below

-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net] 
Sent: Sunday, February 09, 2014 12:05 PM
To: George Kasica
Cc: Mailman Users
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

On 02/09/2014 09:50 AM, George Kasica wrote:
 Mark:
 
 Answers to questions below:
 
 As to your comment about using hashes for mailman...I'm thinking that 
 might be the best course, and for postfix in general, this s a REALLY 
 small installation as I mentioned and very low traffic realistically. 
 We're not running YahooGroups here :)


Although the setup you're using seems to work, at least for Postfix's
delivery.
Correct Everything but mailman is working virtual domain wise.

 Yes, it uses is postfix_to_mailman.py thought I had that in the other 
 message.
 
 The directory /var/lib/mailman/lists/skunk-works does exist
 
 Error
 
  is empty
 
 Post
 
 Jan 31 02:42:41 2014 (13402) post to mailtest from 
 gkas...@netwrx1.com, size=15798, 
 message-id=1ed525c0d0004e7e8e015c332b0c1...@bl2pr05mb177.namprd05.pro
 d.outl
 ook.com, success


OK. The post log is written at outgoing smtp time so the absence of a
skunk-works entry doesn't mean the post didn't reach Mailman.
OK


 Qrunner
 ===
 Feb 08 15:22:01 2014 (20887) IncomingRunner qrunner started.
 Feb 08 15:22:02 2014 (20891) RetryRunner qrunner started.
 Feb 08 15:22:02 2014 (20884) ArchRunner qrunner started.
 Feb 08 15:22:02 2014 (20890) VirginRunner qrunner started.
 Feb 08 15:22:02 2014 (20886) CommandRunner qrunner started.
 Feb 08 15:22:02 2014 (20889) OutgoingRunner qrunner started.
 Feb 08 15:22:02 2014 (20888) NewsRunner qrunner started.
 Feb 08 15:22:02 2014 (20885) BounceRunner qrunner started.
 
 Smtp
 
 Feb 08 15:24:41 2014 (20889)
 mailman.0.1391894679.20937.skunk-wo...@netwrx1.org smtp to 
 skunk-works for
 1 recips, completed in 0.162 seconds
 Feb 08 15:45:34 2014 (20889)
 mailman.0.1391895934.21132.skunk-wo...@netwrx1.org smtp to 
 skunk-works for
 1 recips, completed in 0.085 seconds
 Feb 08 15:45:35 2014 (20889)
 mailman.1.1391895934.21132.skunk-wo...@netwrx1.org smtp to 
 skunk-works for
 1 recips, completed in 0.099 seconds


These are Mailman notifications about something to do with the skunk-works
list. Did you receive them? What did they say? 
No those were test messages I sent but never received

Why are there no entries for the sucessful post to mailtest? Too long ago?
No clue - this is a log from yesterday and its complete to current
day and time



 Vette
 =
 Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
 8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.c
 om Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
 8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.c
 om


Are these your posts? Check your outgoing mail folder for the message ids.
Check the list's Content filtering - filter_action. It could be discarding
the message. Also check the Privacy options... - Sender filters actions.

Yes those are posts from me. 
Nothing skunk-works related is sitting in the outbound postfix queue

What am I looking for on content filtering settings? And Privacy and Sender
Filters. I don't recall changing from defaults.

Here is what it is:
Content Filter - Filter Action is Discard
Privacy Options - Sender Filters Nothing is held or moderated



-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread Mark Sapiro
On 02/09/2014 10:18 AM, George Kasica wrote:

 -Original Message-
 From: Mark Sapiro [mailto:m...@msapiro.net] 

 Vette
 =
 Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
 8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.c
 om Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
 8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.c
 om
 
 
 Are these your posts? Check your outgoing mail folder for the message ids.
 Check the list's Content filtering - filter_action. It could be discarding
 the message. Also check the Privacy options... - Sender filters actions.
 
   Yes those are posts from me. 
 Nothing skunk-works related is sitting in the outbound postfix queue
 
 What am I looking for on content filtering settings? And Privacy and Sender
 Filters. I don't recall changing from defaults.
 
 Here is what it is:
 Content Filter - Filter Action is Discard
 Privacy Options - Sender Filters Nothing is held or moderated


Your messages are being automatically discarded by Mailman. There are
only 5 ways this can happen.

1) The post is from a moderated member and member_moderation_action is
Discard.

2) The post is from a non-member and either the non-member is in
discard_these_nonmembers or generic_nonmember_action is discard.

The above settings are found in Privacy options... - Sender filters.

3) A header in the post matches a Spam Filter Rule in Privacy options...
- Spam filters - header_filter_rules with a Discard action.

4) Content filtering - filter_content is Yes, the post is empty after
content filtering and filter_action is Discard.

5) Non-digest options - scrub_nondigest is Yes, ARCHIVE_HTML_SANITIZER
is set to 0 in mm_cfg.py and the post is non-multipart with MIME type
text/html.

In your case, 4) is most likely, Either the post is text/html and you
don't accept text/html or the post is multipart/related and you don't
accept multipart/related or all multipart types.

Set filter_action to Reject and see what happens.

-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread Mark Sapiro
On 02/09/2014 04:29 PM, George Kasica wrote:
 
 SO what should I be setting here to allow Text only or convert to text only?

In pass_mime_types set

multipart
message/rfc822
text/plain
text/html

Also set both collapse_alternatives and convert_html_to_plaintext to Yes.

-- 
Mark Sapiro m...@msapiro.netThe 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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread George Kasica
OK...Got a bounce back:

The message's content type was not explicitly allowed

Odd since I'm using outlook2013 and I've set it to what is supposed to be
Text...

SO what should I be setting here to allow Text only or convert to text only?

George

-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net] 
Sent: Sunday, February 09, 2014 6:01 PM
To: George Kasica
Cc: Mailman Users
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

On 02/09/2014 10:18 AM, George Kasica wrote:

 -Original Message-
 From: Mark Sapiro [mailto:m...@msapiro.net]

 Vette
 =
 Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
 8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.
 c
 om Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
 8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.
 c
 om
 
 
 Are these your posts? Check your outgoing mail folder for the message ids.
 Check the list's Content filtering - filter_action. It could be 
 discarding the message. Also check the Privacy options... - Sender
filters actions.
 
   Yes those are posts from me. 
 Nothing skunk-works related is sitting in the outbound postfix queue
 
 What am I looking for on content filtering settings? And Privacy and 
 Sender Filters. I don't recall changing from defaults.
 
 Here is what it is:
 Content Filter - Filter Action is Discard Privacy Options - Sender 
 Filters Nothing is held or moderated


Your messages are being automatically discarded by Mailman. There are only 5
ways this can happen.

1) The post is from a moderated member and member_moderation_action is
Discard.

2) The post is from a non-member and either the non-member is in
discard_these_nonmembers or generic_nonmember_action is discard.

The above settings are found in Privacy options... - Sender filters.

3) A header in the post matches a Spam Filter Rule in Privacy options...
- Spam filters - header_filter_rules with a Discard action.

4) Content filtering - filter_content is Yes, the post is empty after
content filtering and filter_action is Discard.

5) Non-digest options - scrub_nondigest is Yes, ARCHIVE_HTML_SANITIZER is
set to 0 in mm_cfg.py and the post is non-multipart with MIME type
text/html.

In your case, 4) is most likely, Either the post is text/html and you don't
accept text/html or the post is multipart/related and you don't accept
multipart/related or all multipart types.

Set filter_action to Reject and see what happens.

-- 
Mark Sapiro m...@msapiro.netThe 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] Consultant for hire with Mailman and OS X Server experience.

2014-02-09 Thread Joe
Hello, everyone.

I am in need of a consultant to help me with my server. I need someone with 
knowledge of both Mailman and OS X Server to connect remotely in order to 
install and configure Mailman on my system.

Anyone interested please contact me off list.

Thank you in advance.

Joe.
--
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] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

2014-02-09 Thread George Kasica
We are running from what I can see thanks to a tremendous amount of help
from Mark Sapiro.

Thank you very much to all.  Turned out to be content filtering issues.

George Kasica

-Original Message-
From: Mailman-Users
[mailto:mailman-users-bounces+gkasica=netwrx1@python.org] On Behalf Of
George Kasica
Sent: Sunday, February 09, 2014 6:29 PM
To: Mark Sapiro
Cc: Mailman Users
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

OK...Got a bounce back:

The message's content type was not explicitly allowed

Odd since I'm using outlook2013 and I've set it to what is supposed to be
Text...

SO what should I be setting here to allow Text only or convert to text only?

George

-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net]
Sent: Sunday, February 09, 2014 6:01 PM
To: George Kasica
Cc: Mailman Users
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

On 02/09/2014 10:18 AM, George Kasica wrote:

 -Original Message-
 From: Mark Sapiro [mailto:m...@msapiro.net]

 Vette
 =
 Feb 08 16:12:39 2014 (20887) Message discarded, msgid:
 8ec65c559e294241ba9cb4bfa98b6...@bn1pr05mb188.namprd05.prod.outlook.
 c
 om Feb 08 16:52:49 2014 (20887) Message discarded, msgid:
 8b7df489fa54454e9c854e3441103...@bn1pr05mb188.namprd05.prod.outlook.
 c
 om
 
 
 Are these your posts? Check your outgoing mail folder for the message ids.
 Check the list's Content filtering - filter_action. It could be 
 discarding the message. Also check the Privacy options... - Sender
filters actions.
 
   Yes those are posts from me. 
 Nothing skunk-works related is sitting in the outbound postfix queue
 
 What am I looking for on content filtering settings? And Privacy and 
 Sender Filters. I don't recall changing from defaults.
 
 Here is what it is:
 Content Filter - Filter Action is Discard Privacy Options - Sender 
 Filters Nothing is held or moderated


Your messages are being automatically discarded by Mailman. There are only 5
ways this can happen.

1) The post is from a moderated member and member_moderation_action is
Discard.

2) The post is from a non-member and either the non-member is in
discard_these_nonmembers or generic_nonmember_action is discard.

The above settings are found in Privacy options... - Sender filters.

3) A header in the post matches a Spam Filter Rule in Privacy options...
- Spam filters - header_filter_rules with a Discard action.

4) Content filtering - filter_content is Yes, the post is empty after
content filtering and filter_action is Discard.

5) Non-digest options - scrub_nondigest is Yes, ARCHIVE_HTML_SANITIZER is
set to 0 in mm_cfg.py and the post is non-multipart with MIME type
text/html.

In your case, 4) is most likely, Either the post is text/html and you don't
accept text/html or the post is multipart/related and you don't accept
multipart/related or all multipart types.

Set filter_action to Reject and see what happens.

-- 
Mark Sapiro m...@msapiro.netThe 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/gkasica%40netwrx1.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