Re: [Mailman-Users] Spams are causing "ping pongs"

2005-07-03 Thread Daniel O'Connor
On Sat, 2 Jul 2005 23:23, Mark Sapiro wrote:
> There is a recent thread on this in the archives. See the entire thread
> starting at
> http://mail.python.org/pipermail/mailman-users/2005-June/045186.html

I put the following in mm_cfg.py and it appears to have fixed it..

# Don't spam detect on owner messages or we'll get a loop
OWNER_PIPELINE = [
#   'SpamDetect',
'Replybot',
'OwnerRecips',
'ToOutgoing',
]

It seems strange that this isn't the default to be honest, I submitted an 
RFE :)

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgptGptyG05EM.pgp
Description: PGP signature
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Re: [Mailman-Users] mailman directory?

2005-07-03 Thread Daniel O'Connor
On Mon, 4 Jul 2005 10:05, Matt Singerman wrote:
> I installed Mailman on a FreeBSD system from the ports collection;
> however, I cannot get the webpages to display properly.  The mailman
> directory does not appear under the document root.  Where can I find
> the necessary files, and how do I configure this properly?

You need to add something like this to your apache config
# Mailman
Alias /pipermail "/usr/local/mailman/archives/public/"
ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"

   Options FollowSymLinks ExecCGI


Read this file for more info
/usr/local/share/doc/mailman/FreeBSD-post-install-notes

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgpVLVYmUPhnY.pgp
Description: PGP signature
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Re: [Mailman-Users] NNTP gatewaying

2005-07-03 Thread Brad Knowles
At 7:32 PM -0500 2005-07-03, Dan Phillips wrote:

>  NNTP_USERNAME = None
>  NNTP_PASSWORD = None
>
>  Is this not what you are discussing?

Yup, you're absolutely right.

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See  for more info.
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] mailman directory?

2005-07-03 Thread Matt Singerman
Hi all,

I installed Mailman on a FreeBSD system from the ports collection;
however, I cannot get the webpages to display properly.  The mailman
directory does not appear under the document root.  Where can I find
the necessary files, and how do I configure this properly?

Thanks,

Matt
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] NNTP gatewaying

2005-07-03 Thread Dan Phillips

On Jul 3, 2005, at 6:28 PM, Brad Knowles wrote:
> The existing NNTP feature does not include any authentication
> that I know of.

from Defaults.py:

# Set these variables if you need to authenticate to your NNTP server  
for
# Usenet posting or reading.  If no authentication is necessary,  
specify None
# for both variables.
NNTP_USERNAME = None
NNTP_PASSWORD = None

Is this not what you are discussing?

Dan




Dan Phillips
Associate Professor of Horn, University of Memphis
site administrator: music.memphis.edu

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] NNTP gatewaying

2005-07-03 Thread Brad Knowles
At 11:03 PM -0400 2005-06-30, Forrest Aldrich wrote:

>  Really.  This is interesting; anyone?
>
>  I am setting up Mailman now, upon which we will *depend* upon the NNTP
>  gatewaying feature to work.   This could look very bad.

The existing NNTP feature does not include any authentication 
that I know of.  There are a number of known existing issues with the 
NNTP gatewaying function, some of which I'm hoping to get addressed 
soon.  But authentication is not on my list of things I'm concerned 
about.

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See  for more info.
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Searching archives

2005-07-03 Thread Skip Taylor
Is there a way to search private list archives in Mailman?
 
I thought I had seen something about patches but it seems that link has 
disappeared on me.
 




-
Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Multiple subscription requests and reminders

2005-07-03 Thread Bruno Ferreira
Mark Sapiro wrote:

>Bruno Ferreira wrote:
>  
>
>>   After a bit more investigation at the MTA side, I managed to find 
>>out that Mailman processes the subscribe requests alone twice. 
>>Subscribing through the web interface makes Mailman process the request 
>>once.  However, sending a mail without proper commands to 
>>[EMAIL PROTECTED] throws ONE error e-mail back, as it should 
>>be. So there's this situation:
>>
>>   - Subscription through web interface: OK
>>   - Subscription through e-mail: 2 subscriptions processed
>>   - Other mail to [EMAIL PROTECTED]: OK
>>
>>   Where do you suggest I start looking now?
>>
>>
>Look at the actual subscription request e-mail (Bcc: yourself to get a
>copy). Look for anything strange like two From: headers or e-mail
>address appearing twice in From: header.
>  
>
I've done some more checking, it seems that there wasn't a problem 
at all (or at least, Mailman is not processing requests twice). Your 
suggestion made sense... Said e-mails had "subscribe" both in the 
subject line and in the body, causing two subscription requests to be 
processed :
Despite this being much of a case "all this trouble for nothing", 
having Mailman process the same request twice for the same e-mail 
doesn't make much sense (I'd count it as a bug, really). Thanks to 
everyone for their input on the "problem" :)

-- Bruno Ferreira
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] help discarding postings

2005-07-03 Thread Jason Novotny

Hi,

Our production server is using MailMan v2.0.13 and as a list admin I 
get all kinds of pending spam requests from non-subscribers. Where is 
the option to simply discard all postings from non-subscribers and not 
send me any reminders or info?

Thanks, Jason
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp