[Mailman-Users] how i make recipients think they're not on a list?

2004-02-12 Thread Dat Bui
Hi,
we have a customer that doesn't want subscribers to think that they're on a list.
They want to do this because they think it'll be more personal. *shrugs*

when he sends to the list, I can see this in the (brief) header of Evolution;
 From: 
Brett McDonald
[EMAIL PROTECTED]
   To: 
'Rwip' [EMAIL PROTECTED]
  Subject: 
FW:9th Test
 Date: 
Fri, 13 Feb 2004 15:00:00 +1030


he's using M$ Outlook and this is what he sees;
 From: 
Brett McDonald
[EMAIL PROTECTED]
   To: 
'Rwip' [EMAIL PROTECTED] by way of
[EMAIL PROTECTED]
  Subject: 
FW:9th Test
 Date: 
Fri, 13 Feb 2004 15:00:00 +1030


I have two questions;
1. is it possible to make the To: field have the recepient address?
2. is there a way to get rid of the by way of in the To: field?

thanks in advance.
Dat

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] email subscribing users

2004-01-11 Thread Dat Bui
Hi,
I am able to subscribe new users to my list by emailing to
[EMAIL PROTECTED]

with subscribe nodigest [EMAIL PROTECTED] in the subject field.

what I want is to put a name, ie. Joe Blow, to that address. How do i do
this?

thanks in anticipation.
Dat



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] dead in the water

2003-11-20 Thread Dat Bui
Hi,
the messages are most likely being queued up in the ~mailman/qfiles/out
directory.

try running like 5 outgoing qrunners and see if that helps.

Dat

On Fri, 2003-11-21 at 09:19, Brett Dikeman wrote:
 After less than 24 hours operation, ALL our list mail just goes into 
 a black hole; postfix hands it off to mailman successfully and then 
 it just disappears, save some messages show up in the archives.
 
 It was working great up until about 2pm and then just everything 
 stopped- barely 12 hours worth.  I saw some stuff in the archives 
 about shunt problems, because we had one of those messages- but 
 moving to 2.1.3(we had 2.1.3 installed) hasn't cleared out any 
 messages and a new message disappeared as well. Nothing in 
 logs/post(well, save a post from message sometimes, maybe all the 
 time), qrunner, or error.
 
 qfiles/outgoing has 500+ files sitting in it; shunt has 6 or so, retry about 30
 
 We've got well over a dozen lists and 3.5k subscribers- and have been 
 down sinec about 2pm.  Any help is greatly appreciated:-)
 
 Brett




--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] dead in the water

2003-11-20 Thread Dat Bui
sorry, i should've said that this happens to me too.
doesn't hurt to try editing your Defaults.py or mm_cfg.py and try upping
the outgoing qrunners :)

stop then start the mailmanctl

hope it helps.
Dat


On Fri, 2003-11-21 at 09:39, Brett Dikeman wrote:
 At 9:30 AM +1030 11/21/03, Dat Bui wrote:
 Hi,
 the messages are most likely being queued up in the ~mailman/qfiles/out
 directory.
 
 try running like 5 outgoing qrunners and see if that helps.
 
 Huh?  -Nothing- is going out.  Zip.  Zilch.  It's a P4 3ghz with 1GB 
 of ram, a massive pipe...and load is 0 to 0.02.  Mail was, and should 
 be, absolutely flying out of it.  I don't understand why 5 outgoing 
 qrunners would do any better than one qrunner if the one qrunner is 
 doing -nothing-.
 
 OK, I just got one of my test messages, albeit VERY late- over 40 
 minutes to get here, and it's one of maybe 4-5 test messages- none of 
 them have shown up. I've seen this earlier today- sometimes a message 
 just sits and sits and then randomly appears...
 
 Brett
-- 



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Apache config

2003-11-20 Thread Dat Bui
check your apache error logs for clues. i have a feeling it'll be a
permissions thing.

hope that helps.
Dat
On Fri, 2003-11-21 at 05:42, Jesse Burkhardt wrote:
 Hi Folks,
 
 I am still having problems with my first Mailman installation. I have a 
 successful build of MM version 2.1.2.  I have cofig'd a virtual host 
 with the following httpd.conf entry:
 
 VirtualHost 10.10.40.22
 ServerName mailman.skybuilders.com
 DocumentRoot /usr/local/mailman/
 ScriptAlias  /mailman/ /usr/local/mailman/cgi-bin/
 #Alias /images/ /usr/local/mailman/htdocs/images/
 Options Indexes FollowSymLinks
 ServerAdmin [EMAIL PROTECTED]
 ServerSignature email
 DirectoryIndex index.php index.html index.shtml index.pl
 AddType application/x-httpd-php .php .php4 .php3 .phtml .html .xml .py
 AddHandler cgi-script cgi pl py
 /VirtualHost
 
 I dropped a test page (index.html) at /usr/local/mailman/ to make sure 
 the site resolves correctly. But when I browse to 
 http://.../mailman/admin I get the Mailman CGI error!!! error page.  I 
 have set ownership down the /usr/local/mailman tree to be for 
 apache:mailman. I have also run:
 ./configure --with-cgi-gid=apache, which hasn't help me sort out the 
 permissions issue.
 
 Any suggestions?  Thanks.
-- 
Dat Bui | Internode Systems Pty Ltd
e: [EMAIL PROTECTED] | Corporate Support and Provisioning
p: 08 82282999  | f: 08 82356999



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman

2002-07-25 Thread Dat Bui

 Hello. I have a mailing list that is run by Mailman - it was a feature 
 provided by one of my domain hosts. I'm thinking about transferring my 
 domain to a new host, and was wondering how complicated it is to 
 transfer/set up Mailman with a new host?

It's easy!.. no wait... it was very hard *shrugs*


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/



Re: [Mailman-Users] Hi everyone

2002-07-24 Thread Dat Bui

you could make the list accessible to members only. if a member spams then
you unsubscribe/disable them.
or if you have plenty of time on your hands, you could make it so that it
requires administrator approval for posts to go through.

HTH
- Original Message -
From: FREDERIC DESJARDINS [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 7:28 AM
Subject: [Mailman-Users] Hi everyone


 Hi everyone!

 I had to close my list becuase I had to many spams.

 Does anyone knows how to track down a spammer?

 Can we get the ISP number from someone posting on the list?

 Regards

 Frederic
 --
 __
 Sign-up for your own FREE Personalized E-mail at Mail.com
 http://www.mail.com/?sr=signup

 Get 4 DVDs for $.49 cents! plus shipping  processing. Click to join.

http://oas-central.realmedia.com/RealMedia/ads/click_lx.ads/mail.com/columbi
ahouse/1112745096/x09/ExactAdv/ColumbiaHouse_IO473_7.19_8.19/blank.gif/63663
2633232383133383736634333430


 --
 Mailman-Users mailing list
 [EMAIL PROTECTED]
 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/



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/



Re: [Mailman-Users] removing incoming messages automatically?

2002-07-24 Thread Dat Bui

I use this script to do just that. copy and paste into a file (name it
clear_request) and put it in your mailman cronjob.
Your default cron job for mailman most likely mails admins at 5pm about
pending requests so you should run this script at 4:50pm or something.
HTH

#! /usr/bin/python
#
# Written by Donal Hunt
# April 23rd 2001
#
# argv[1] should be the name of the list.

Clear pending administrative requests for a list

Usage:
clear_requests listname

Where:

listname
The name of the Mailman list you want to clear
pending requests from.  It must already exist.



import sys
import os
import string
import getopt
import paths
from Mailman import mm_cfg
from Mailman import Utils
from Mailman import MailList
from Mailman import Errors
from Mailman import Message
from Mailman.Logging.Syslog import syslog


def usage(status, msg=''):
if msg:
print msg
print __doc__ % globals()
sys.exit(status)


def main():
try:
ml = MailList.MailList(sys.argv[1])
except Errors.MMListError, e:
usage(1, 'No such list: %s (%s)' % (listname, e))
try:
print 'No of Requests Pending: %s ' % ml.NumRequestsPending()
print 'No of postings awaiting approval: %s ' %
ml.GetHeldMessageIds()
print 'No of subsciptions awaiting approval: %s ' %
ml.GetSubscriptionIds()
for i in ml.GetHeldMessageIds():
ml.HandleRequest(i, 3)
for i in ml.GetSubscriptionIds():
ml.HandleRequest(i, 2, 'No subscription allowed - please mail
%s' % ml.owner[0] )

print 'No of Requests Pending: %s ' % ml.NumRequestsPending()
ml.Save()
finally:
ml.Unlock()

main()




- Original Message -
From: Soon-Son Kwon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 11:19 PM
Subject: [Mailman-Users] removing incoming messages automatically?


 Hello, I am using mailman 2.0.11 on debian woody.

 I configured a list to accept messages from subscribers only
 so that unsubscribers' messages can be approved by admin manually.

 But these days some spammers started to send too many messages
 so deleting those messages takes quite time.

 Is there any way to configure mailman delete every messages
 from unsubscribers automatically and do not even notify it
 to the list admin?

 I tried to find some option for that in the admin interface but failed

 Thanks in advance...
 --
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
(o_ **WTFM**
 (o_  (o_   //\
 (/)_ (/)_  V_/_http://kldp.org
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 --
 Mailman-Users mailing list
 [EMAIL PROTECTED]
 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/



--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/