Marc G. Fournier | 28 Jan 2004 06:28
Favicon

Posting getting through to restricted list ...


G'day ...

	I have a list where restrict_post is set to:

configset pgsql-announce restrict_post <<ENDAAB
pgsql-announce:restrict
ENDAAB

and the :restrict list contains to userids ... but, right now, for some
reason, anyone can post to it ... it always worked before, and don't think
I changed anything to affect it ...

Is there another setting that I should be checking?  Some way to debug?

 ----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy <at> hub.org           Yahoo!: yscrappy              ICQ: 7615664

Roger B.A. Klorese | 28 Jan 2004 06:37

Re: Mj2: Posting getting through to restricted list ...

Marc G. Fournier wrote:
> Is there another setting that I should be checking?  Some way to debug?

Is restrict_post set?

Roger B.A. Klorese | 28 Jan 2004 07:17

Re: Mj2: Posting getting through to restricted list ...

Roger B.A. Klorese wrote:

> Marc G. Fournier wrote:
> 
>> Is there another setting that I should be checking?  Some way to debug?
> 
> 
> Is restrict_post set?

Duh, sorry.  Brain-fart.  I meant access_rules, of course.

Marc G. Fournier | 30 Jan 2004 16:12
Favicon

access_rules question


Is there anything wrong with the below?  I'm more concerned with the
'addrcomment' line then anything ... is there a limit to the length of the
line that would force me to spread it over multiple rules?

configset DEFAULT access_rules <<ENDAAB
post
deny, reason="The message is too big"
$body_length_exceeded

post
deny, reply=NONE
$taboo_spamassassin > 6

post
consult, reply=NONE
$taboo_spamassassin

post
deny, reply=NONE
$taboo_virus_subject

post
deny, reply=NONE
$addrcomment =~ /Mail Delivery System/i || $addrcomment =~ /Mail Delivery Subsystem/i || $addrcomment
=~ /Policy Filter/ || $addrcomment =~ /Forum Access/

post
deny, reply=NONE
/mailer-daemon/i OR /virus/i OR /listserv/i OR /postmaster/i
(Continue reading)


Gmane