Re: [Mailman-Users] Regexp in accept_these_nonmembers

2014-11-23 Thread Olivier Nicole
Mark,

Mark Sapiro  writes:

> On 11/20/2014 11:47 PM, Olivier Nicole wrote:
>> Hi,
>> 
>> I have a problem with a regular expression in accept_these_nonmembers
>> filter:
>> 
>> I have the regexp:
>> 
>> ^root\@.*bknix\.co\.th$
>> 
>> That should read: accept any message sent by r...@anything.bknix.co.th
>> But a message sent by r...@web.bknix.co.th is not being accepted
>> automatically.
>
>
> Your regexp should work although it will actually also accept things
> like 'r...@xbknix.co.th'. Also, '@' is not special and doesn't need to
> be escaped. I would use '^root@(.*\.)?bknix\.co\.th$'.

Thank you, I was not sure to what extend I could use the regexp syntax.

>
> However, none of this explains your issue.
>
> What is the reason why posts from r...@web.bknix.co.th are held? Is it
> 'post by non-member to members only list' or some other reason? If some
> other, what is the reason.

Sorry, I overlooked the "Message has implicit destination" part. Now it
makes sense.

Best regards,

Olivier

> If it is non-member post, the address matched against
> accept_these_nonmembers is one of two addresses. By default, it is the
> address in the From: header, but if USE_ENVELOPE_SENDER is set to Yes in
> mm_cfg.py, the address in the Sender: header is used if there is one.

-- 
--
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] Regexp in accept_these_nonmembers

2014-11-20 Thread Olivier Nicole
Hi,

I have a problem with a regular expression in accept_these_nonmembers
filter:

I have the regexp:

^root\@.*bknix\.co\.th$

That should read: accept any message sent by r...@anything.bknix.co.th
But a message sent by r...@web.bknix.co.th is not being accepted
automatically.

I need some help to see why.

mailman is version 2.1.15

Best regards,

Olivier
-- 
--
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] Archive not woring on Debian install

2014-11-05 Thread Olivier Nicole
Thank you.

>> I am new to mailman (as a site admin) and I cannot find out how to get
>> the archive running on my debian/postfix/mailman installation.
>>
>> The list works fine, but it seems that no crontab is working.
>
> Your cron jobs are probably mailing their error output to 'mailman'
> which is the site list which probably doesn't accept the posts.

No they are not doing anything.

> You need to either configure the 'mailman' site list to accept all posts
> (in particular set generic_nonmember_action to Accept) and subscribe
> yourself to the list, or add MAILTO=your_address to Mailman's crontab or
> both.
>
>
>> If I try to manually sudo -u list /usr/lib/mailman/cron/mailpasswds is
>> sends no password reminder.
> Does it produce any output? If so, what? If not, are the lists'
> send_reminders settings Yes and are the members' "Get password reminder
> email for this list?" settings Yes?

I have overlooked that setting, now it works.

>> I must be forgetting something very obvious, But I can't see what it is.
> It may be a permissions issue. try
>
> sudo /usr/lib/mailman/bin/check_perms -f

It was and check_perms fixed it.

Thank you,

Olivier

> Otherwise, what's in Mailman's 'error' log?
>
> --
> 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/olivier.nicole%40cs.ait.ac.th
--
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] Archive not woring on Debian install

2014-11-04 Thread Olivier Nicole
Hi,

I am new to mailman (as a site admin) and I cannot find out how to get
the archive running on my debian/postfix/mailman installation.

The list works fine, but it seems that no crontab is working.

If I try to manually sudo -u list /usr/lib/mailman/cron/mailpasswds is
sends no password reminder.

I must be forgetting something very obvious, But I can't see what it is.

Thanks in advance,

Olivier

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