Re: [Mailman-Users] Weird again!!

2006-08-10 Thread Lawrence Bowie
Lawrence Bowie wrote: > One of my lists is discarding messages for some reason. > THe vette file looks like the following .. > > > Aug 10 18:52:42 2006 (5414) Message discarded, msgid: <[EMAIL PROTECTED]> > Aug 10 18:55:43 2006 (5414) Message discarded, msgid: <[EMA

[Mailman-Users] Weird again!!

2006-08-10 Thread Lawrence Bowie
One of my lists is discarding messages for some reason. THe vette file looks like the following .. Aug 10 18:52:42 2006 (5414) Message discarded, msgid: <[EMAIL PROTECTED]> Aug 10 18:55:43 2006 (5414) Message discarded, msgid: <[EMAIL PROTECTED]> I am subscribed to the list. I suspect someone r

Re: [Mailman-Users] Weird issuee again

2006-08-03 Thread Lawrence Bowie
Lawrence Bowie wrote: > Whenever a user sends to my lists from his account he does NOT > receive his own post but yet > > New_members_options -> Do not send a copy of member's own post > > is NOT checked. > > Could it be that it was once chec

[Mailman-Users] Weird issuee again

2006-08-03 Thread Lawrence Bowie
Whenever a user sends to my lists from his account he does NOT receive his own post but yet New_members_options -> Do not send a copy of member's own post is NOT checked. Could it be that it was once checked? Thanks, LDB -- Mailman-Use

Re: [Mailman-Users] To: Field is not what it it suppose to be

2006-08-03 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>OK .. I am just now noticing this on my lists. >>The To: field on all my lists have >> >> [EMAIL PROTECTED] >> >>instead of >> >> [EMAIL PROTECTED] >> >>Although, I am

[Mailman-Users] To: Field is not what it it suppose to be

2006-08-03 Thread Lawrence Bowie
OK .. I am just now noticing this on my lists. The To: field on all my lists have [EMAIL PROTECTED] instead of [EMAIL PROTECTED] Although, I am sending it to lists.example.org. Is this a postfix or a mailman configuration issue? Thanks, LDB --

Re: [Mailman-Users] Best practices

2006-07-27 Thread Lawrence Bowie
ult to 'Reject', but send a message to the > sender, indicating that their message was rejected because either they are > not a member or their address has changed. One problem with this solution is > that the option for multiple languages becomes a bit of an issue. > > On 7/

[Mailman-Users] Best practices

2006-07-23 Thread Lawrence Bowie
I have been rejecting messages from non-members but I am not sure that is the best practice. Is it better to "discard" rather than "reject" non-members messages? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.pyth

Re: [Mailman-Users] list automatically removing users

2006-07-21 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>Mark Sapiro wrote: >> >>>Is bounce processing turned off for the list and not just >>>DEFAULT_BOUNCE_PROCESSING = No in mm_cfg.py? >> >>Does not exists anywhere in my config. > > >

Re: [Mailman-Users] list automatically removing users

2006-07-21 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>I do not have bounce processing enabled but yet one morning >>I have a list of about 15 users unsubscribed from the list. >>According to logs, they all look like this, >> >> >> [EMAIL PROTECTED] auto

[Mailman-Users] list automatically removing users

2006-07-21 Thread Lawrence Bowie
I do not have bounce processing enabled but yet one morning I have a list of about 15 users unsubscribed from the list. According to logs, they all look like this, [EMAIL PROTECTED] auto-unsubscribed [reason: BYBOUNCE] This obviously says it was removed because of some measure of bounces were

[Mailman-Users] Weird mailing list issues

2006-07-07 Thread Lawrence Bowie
I have a mailing list that will not accept a specific HTML message from a subscribing user. It will accept other messages but not this particular. I tested the message against a test list and the message posted just fine. So, I can probably conclude that there is something wrong with that particula

Re: [Mailman-Users] Implicit destination

2006-06-18 Thread Lawrence Bowie
Lawrence Bowie wrote: > I have a message in the vette directory labeled: > > Message has implicit destination > > The user whom sent it subscribes to the list. How do I resolve? > > Thanks, > > LDB > > --

[Mailman-Users] Implicit destination

2006-06-18 Thread Lawrence Bowie
I have a message in the vette directory labeled: Message has implicit destination The user whom sent it subscribes to the list. How do I resolve? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.or

Re: [Mailman-Users] Japanese Character encoding

2006-06-17 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>Mark Sapiro wrote: >> >>>What does scripts/paths.py now contain? >>> >> >># -*- python -*- >> >># Copyright (C) 1998-2003 by the Free Software Foundation, Inc. >># >>#

Re: [Mailman-Users] Japanese Character encoding

2006-06-16 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>Mark Sapiro wrote: >> >>>You may have a syntax error (typo) in scripts/paths.py. Try just running >>> >>>python scripts.paths.py >>> >>>It should exit without printing anythin

Re: [Mailman-Users] Japanese Character encoding

2006-06-16 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>Mark Sapiro wrote: >> >>>Did you add "import japanese" to bin/paths.py or was it already there? >>> >>>If you added it, you also have to add it to scripts/paths.py and >>>cron/p

Re: [Mailman-Users] Japanese Character encoding

2006-06-15 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >>Back again .. The posts are working but the admin. interface page is not >>working >>and it is displaying the following message in the browser ... >> >> >>Bug in Mailman version 2.1.6 >> >>We&#x

Re: [Mailman-Users] Japanese Character encoding

2006-06-15 Thread Lawrence Bowie
Lawrence Bowie wrote: > Mark Sapiro wrote: > >>Mark Sapiro wrote: >> >> >>>If you have everything but the pythonlib/japanese/ directory, you can >>>unpack the JapaneseCodecs-1.4.11.tar.gz, cd to the unpack directory >>>and run >>>

Re: [Mailman-Users] Japanese Character encoding

2006-06-15 Thread Lawrence Bowie
Mark Sapiro wrote: > Mark Sapiro wrote: > >>If you have everything but the pythonlib/japanese/ directory, you can >>unpack the JapaneseCodecs-1.4.11.tar.gz, cd to the unpack directory >>and run >> >>python ./setup.py build >> >>This will create a 'build/' subdir which contains a lib*/ subdir which

Re: [Mailman-Users] Japanese Character encoding

2006-06-14 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>LookupError: unknown encoding: japanese.euc-jp >> >> >> >>I have the above error in my logs. I need this Japanese encoding but my SuSE >>10.0 dist does not stock it. Where can I find it so mailm

[Mailman-Users] Japanese Character encoding

2006-06-14 Thread Lawrence Bowie
Jun 14 20:49:14 2006 (19227) Uncaught runner exception: unknown encoding: japanese.euc-jp Jun 14 20:49:14 2006 (19227) Traceback (most recent call last): File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop self._onefile(msg, msgdata) File "/usr/lib/mailman/Mailman/Que

Re: [Mailman-Users] Aliases not working

2006-06-13 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > > >>I have been getting rid of lists lately and I need >>to forward old lists to the new lists. I am using >>mailman 2.1.6 and the forwards are not working. >>I also recently upgraded the OS from Debian to SuSE 10.0.

[Mailman-Users] Aliases not working

2006-06-13 Thread Lawrence Bowie
I have been getting rid of lists lately and I need to forward old lists to the new lists. I am using mailman 2.1.6 and the forwards are not working. I also recently upgraded the OS from Debian to SuSE 10.0. Any ideas anyone?? Thanks, LDB -- Ma

[Mailman-Users] Changing URLs in mailman after move

2006-06-07 Thread Lawrence Bowie
In moving from Debian to SuSE 10.0, the mailing lists' links like, http://lists.example.org/cgi-bin/mailman/admindb/test-list do not work anymore because the actual link on the new server is http://lists.example.org/mailman/admindb/test-list I can take care of this via apache but there has to

Re: [Mailman-Users] postfix-to-mail.py

2006-06-06 Thread Lawrence Bowie
Lawrence Bowie wrote: > Anyone out there using the above script on SuSE 10.0 to protect > their mailing lists? I keep getting the below errors after the mailing lists > move. > > > D67F4580B8 2239 Tue Jun 6 22:38:58 [EMAIL PROTECTED] > (temporary fa

[Mailman-Users] postfix-to-mail.py

2006-06-06 Thread Lawrence Bowie
Anyone out there using the above script on SuSE 10.0 to protect their mailing lists? I keep getting the below errors after the mailing lists move. D67F4580B8 2239 Tue Jun 6 22:38:58 [EMAIL PROTECTED] (temporary failure. Command output: exceptions.OSError [Errno 2] No such file or directo

Re: [Mailman-Users] After mailing move ....

2006-06-06 Thread Lawrence Bowie
Lawrence Bowie wrote: > Jun 6 22:07:21 mailserver postfix/local[3100]: D7F6F580BB: > to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=SOFTBOUNCE > (Command died with status 1: "/var/lib/mailman/mail/mailman post test-list") > > > > I keep getting t

[Mailman-Users] After mailing move ....

2006-06-06 Thread Lawrence Bowie
Jun 6 22:07:21 mailserver postfix/local[3100]: D7F6F580BB: to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=SOFTBOUNCE (Command died with status 1: "/var/lib/mailman/mail/mailman post test-list") I keep getting the above in postfix logs and my lists are not working. Is this due to name o

Re: [Mailman-Users] multi-alternative

2006-05-11 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> I have a user telling me .. >> >> It looks like the pipermail installation is hosed in some interesting way. >> The emails that I send have both text/html and text/multipart sections. >> It scrubbed the text/ht

[Mailman-Users] multi-alternative

2006-05-09 Thread Lawrence Bowie
I have a user telling me .. It looks like the pipermail installation is hosed in some interesting way. The emails that I send have both text/html and text/multipart sections. It scrubbed the text/html part, but didn't bother including the text/plain part. But yet ... Default.py: DEFAULT_PASS_MI

Re: [Mailman-Users] Forwarding old lists to new list

2006-05-04 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> Is it acceptable to forward old lists that are not used anymore to one >> single list? > > > I'm not sure what you're getting at or what result you want, but if you > mean could you set MTA aliases for se

[Mailman-Users] Forwarding old lists to new list

2006-05-03 Thread Lawrence Bowie
Is it acceptable to forward old lists that are not used anymore to one single list? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi

Re: [Mailman-Users] Filtering Email Marked SPAM

2006-04-29 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> What is the easist way to globally filter email marked SPAM? > > Assuming you mean in Mailman, use the KNOWN_SPAMMERS list in mm_cfg.py, > e.g. > > KNOWN_SPAMMERS = [('subject', '^.*spam'), ('x-

[Mailman-Users] Filtering Email Marked SPAM

2006-04-29 Thread Lawrence Bowie
What is the easist way to globally filter email marked SPAM? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchabl

Re: [Mailman-Users] Weirdness

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> In the vette log, I am seeing these messages from the automatic posts ... >> >> >> Feb 06 06:13:14 2006 (17698) mail-list post from [EMAIL PROTECTED] held, >> message-id=<[EMAIL PROTECTED]>: Message has impli

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> Mark Sapiro wrote: >>> In which queue do you find it? >>> >> the out queue >> >>> Are there any relevant messages in any of Mailman's logs, particularly >>> 'locks', 'qrun

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> Mark Sapiro wrote: >>> In which queue do you find it? >>> >> the out queue >> >>> Are there any relevant messages in any of Mailman's logs, particularly >>> 'locks', 'qrun

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> Mark Sapiro wrote: >>> In which queue do you find it? >>> >> the out queue >> >>> Are there any relevant messages in any of Mailman's logs, particularly >>> 'locks', 'qrun

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> Mark Sapiro wrote: >>> Lawrence Bowie wrote: >>>> >>>>These are message Mailman has in its qfiles that PostFix >>>>does not know about. >>> >>> In which qfiles? If it i

Re: [Mailman-Users] Weirdness

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie >> I have not tried the above but it is asking for confirmation because the >> posts >> are from legitimate automatic engines that send email. The list does not >> know >> how to distinguish between SPAM and a legitimate a

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> >> 3) When typing, mailq, on the server, it does not list the corresponding >> held messages. These are message Mailman has in its qfiles that PostFix >> does not know about. > > > In which q

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >>> If that's what you want, you need to set Privacy options...->Sender >>> filters->generic_nonmember_action) to Reject. >>> >> Does not work? I was hoping there was something I was missing but >

Re: [Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> I am having trouble figuring why when a message from a non-member sent to my >> lists does not immediately bounce back to the sender saying, "You are not a >> member". > > > If that's what you

[Mailman-Users] Not a list member notification email

2006-02-06 Thread Lawrence Bowie
I am having trouble figuring why when a message from a non-member sent to my lists does not immediately bounce back to the sender saying, "You are not a member". Also, I have a lot of held messages in qfiles/*/* and data/*. How can I manually process those? Thanks, LDB --

Re: [Mailman-Users] Weirdness

2006-02-02 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> [EMAIL PROTECTED] is the subscribed address. >> >> >> The headers are as follows: >> >> >> From [EMAIL PROTECTED] Fri Jan 27 19:25:04 2006 >> Return-Path: <[EMAIL PROTECTED]> >> X-O

Re: [Mailman-Users] Weirdness

2006-01-28 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> OK .. Here is the reason it says .. >> >> >> Reason: Post by non-member to a members-only list >> >> >> but he is a member of the list. Are headers necessary for you guys to see? > >

Re: [Mailman-Users] Weirdness

2006-01-28 Thread Lawrence Bowie
> On 28 Jan,2006, at 1:32 AM, Lawrence Bowie wrote: > >> Mark Sapiro wrote: >>> Lawrence Bowie wrote: >>>> I have users subscribe to a list but yet I always have to approve >>>> their posts >>>> for some reason. >>> >>> &g

Re: [Mailman-Users] Weirdness

2006-01-28 Thread Lawrence Bowie
Lawrence Bowie wrote: > Mark Sapiro wrote: >> Lawrence Bowie wrote: >>> OK .. Here is the reason it says .. >>> >>> >>> Reason: Post by non-member to a members-only list >>> >>> >>> but he is a member of the list.

Re: [Mailman-Users] Weirdness

2006-01-28 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> OK .. Here is the reason it says .. >> >> >> Reason: Post by non-member to a members-only list >> >> >> but he is a member of the list. Are headers necessary for you guys to see? > >

Re: [Mailman-Users] Weirdness

2006-01-27 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> I have users subscribe to a list but yet I always have to approve their >> posts >> for some reason. > > > For what reason? Every hold has a reason, what is this one? > > >> And when I do have it accept t

Re: [Mailman-Users] Weirdness

2006-01-27 Thread Lawrence Bowie
Lawrence Bowie wrote: > Mark Sapiro wrote: >> Lawrence Bowie wrote: >>> I have users subscribe to a list but yet I always have to approve their >>> posts >>> for some reason. >> >> For what reason? Every hold has a reason, what is this one? >>

Re: [Mailman-Users] Weirdness

2006-01-27 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> I have users subscribe to a list but yet I always have to approve their >> posts >> for some reason. > > > For what reason? Every hold has a reason, what is this one? > > >> And when I do have it accept t

Re: [Mailman-Users] Weirdness

2006-01-27 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: >> I have users subscribe to a list but yet I always have to approve their >> posts >> for some reason. > > > For what reason? Every hold has a reason, what is this one? > > >> And when I do have it accept t

[Mailman-Users] Weirdness

2006-01-27 Thread Lawrence Bowie
Team: I have some issues with my mailing list. I have users subscribe to a list but yet I always have to approve their posts for some reason. And when I do have it accept this address for future posts, it still emails me to apporove it. Any ideas??? Thanks, LDB -

Re: [Mailman-Users] additional accounts

2006-01-21 Thread Lawrence Bowie
Glenn Sieb wrote: > Lawrence Bowie said the following on 1/20/2006 7:26 PM: >> If create a mailing list called test-list, then do I have to create aliases >> like this > > Hey Lawrence! > > If you take a look in $PREFIX/mailman/data/aliases, you'll see that >

[Mailman-Users] additional accounts

2006-01-20 Thread Lawrence Bowie
If create a mailing list called test-list, then do I have to create aliases like this mailman: "|/var/lib/mailman/mail/mailman post mailman" mailman-admin:"|/var/lib/mailman/mail/mailman admin mailman" mailman-bounces: "|/var/lib/mailman/mail/mailm

Re: [Mailman-Users] config.db and config.db.last

2005-11-03 Thread Lawrence Bowie
Excellent!!! That is the answer I was expecting. Thank you very much for the clear explanation. LDB Mark Sapiro wrote: > Lawrence Bowie wrote: > >>The above are missing for several of my mailing lists. How do I remedy >>this dilemma? Do I HAVE to recreate the lists? > &g

[Mailman-Users] config.db and config.db.last

2005-11-02 Thread Lawrence Bowie
The above are missing for several of my mailing lists. How do I remedy this dilemma? Do I HAVE to recreate the lists? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailm