[Mailman-Users] strange warning on mm2.1.5

2006-05-30 Thread Sythos
/var/lib/mailman/Mailman/Handlers/Scrubber.py:175: DeprecationWarning: get_type() deprecated; use get_content_type() ctype = part.get_type (part.get_default_type()) Uhm... it is only a warning... all work, anyone else have this message from list cron? mailman2.1.5 python2.4 -- Sythos - http

[Mailman-Users] per list VERP

2006-02-06 Thread Sythos
There is a way to enable VERP only for some list and not globally? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments Beccati questo strato di astrazione che ti nasconde la differenza tra umani e

Re: [Mailman-Users] remove_members --fromall -f

2005-12-01 Thread Sythos
: cat /home/xma/removetest.txt | ./remove_members --fromall -f -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments Erlug, cultura classica, comodamente a casa vos

Re: [Mailman-Users] Will Mailman work with my specs

2005-10-05 Thread Sythos
t; perl v 5.8.3 > PHP 4.3.11 > server API Apache > path to sendmail: /usr/sbin/sendmail > path to perl: /usr/bin/perl > Treat your response as if I am clueless about this process, which I am! What about python? -- Sythos - http://www.sythos.net () ASCII Ribbon Campa

Re: [Mailman-Users] Small reply address problem

2005-09-23 Thread Sythos
min pages and I've forced the reply address to be digi-tech@ and this > changes the actual reply address to digi-tech@ or test@ but the display > names are still prefixed with bounces-... Is this prefix hidden in a text > file somewhere? In admin panel (via web) force "reply-t

Re: [Mailman-Users] Blocking every "reply" messages

2005-09-19 Thread Sythos
uot;noreply ==> /dev/null" For "pnly-reply-button" users it work, if a user write by hand "to" field in reply it pass to mailinglist... Optionally, set "moderated" the list, and set default action to "drop" -- Sythos - http://www.sythos.

Re: [Mailman-Users] Synchronizing Mailman between two servers.

2005-09-15 Thread Sythos
/mailman and > /var/lib/mailman directories? A solution is reserve some space on your disks and partition them with a distributed FS (like CODA), so mount ok it /usr/lib/mailman & /var/lib/mailman -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against htm

Re: [Mailman-Users] config.pck, apache, permissions and Errno 13

2005-09-13 Thread Sythos
On Wed, Sep 14, 2005 at 04:11:22AM +0200, Sam Gamgee wrote: > -I installed mailman on a debian server with postfix. >From debian mailman package or from source? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- a

Re: [Mailman-Users] Help with Passord protecting Mail List

2005-09-13 Thread Sythos
ted list he should reply to [EMAIL PROTECTED] with the subject specified in notification and in the body only: "Approved: listpasswordmoderator" -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- a

Re: [Mailman-Users] How to change list name

2005-09-01 Thread Sythos
;ve googled and search the FAQ. export user list, save config.pck, create new list, import userlist, overwrite config.pck, crosso your finger and start mailman -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\

Re: [Mailman-Users] max_num_recipients variable question

2005-08-31 Thread Sythos
I'm writing more than 10 > e-mail addresses along with the list address it goes to list admin approval? > Is it for "To" "Cc" and "Bcc" alltogether? it mean your MTA support 10 rcpt per email -- Sythos - http://www.sythos

Re: [Mailman-Users] How to Create Mailing list for sub-domain?

2005-08-31 Thread Sythos
played”. Can someone help me? Or there > is NO way out at the moment so I can stop trying. Can we create mailing > list for sub-domain? Is your web server properly configured for subdomain? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html

Re: [Mailman-Users] Mailman CGI Error in chroot

2005-08-29 Thread Sythos
" to include mailman dir into web chroot, is the easy way :) -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list

Re: [Mailman-Users] "No such list mailman" after creating list

2005-07-26 Thread Sythos
: > mailman > Jul 26 10:17:31 2005 (21889) admin.py access for non-existent list: > mailman > Jul 26 10:18:43 2005 (21899) admin.py access for non-existent list: > mailman have you created list "mailman"? (required) -- Sythos - http://www.sythos.net () ASCII Rib

Re: [Mailman-Users] Mailman in start up scripts?

2005-07-20 Thread Sythos
chage already have init script, verify your installation -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list Mailma

[Mailman-Users] Problem with SpamAssassin.py handler

2005-07-12 Thread Sythos
it work for real user, but not for mailman, I find this in log: Jul 12 17:38:04 vortex spamd[626]: handle_user() -> unable to find user [test]! and fail to fetch "test" setting from SQL (I've set globally with @GLOBAL all setting and for other user it work) any ideas?

Re: [Mailman-Users] Two questions about Mailman

2005-06-22 Thread Sythos
without the use of passwords? If you subscribe manually each subscriber via webpanel with "don't send welcome" and in general options page "don't send monthly password reminder" a user don't need password. regards -- Sythos - http://www.sythos.net () A

Re: [Mailman-Users] txt files and database

2005-06-22 Thread Sythos
; thanks for your answers! I'm not a mm coder, but I think the reason is: txt file is easier. No additional DB manager, no platform dependencies. :) Regards -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\-

Re: [Mailman-Users] How to get mailman to ignore the reply-to address?

2005-06-22 Thread Sythos
t. in admin general web page there are some option to set: force Reply-to overwrite, reply-to substitution this should work -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$

Re: [Mailman-Users] Postfix, Amavis and mailhost

2005-06-22 Thread Sythos
d&checked email) send to smtp:20025 (postix w/o amavis). Another way is use "transport", all [EMAIL PROTECTED] go to amavis_listening_port, all other to postfix smtp:25 (w/o content_filter, amavis send back postfix email as soon as it check content) -- Sythos - http://www.sythos.net

[Mailman-Users] unofficial patch for pipermail

2005-06-17 Thread Sythos
so I think it isn't too much difficult (for a coder:) ) Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Use

Re: [Mailman-Users] aliases assistant

2005-06-15 Thread Sythos
use postfix look at mailman FAQ, there is a guide step-by-step to configure it. I use postfix, and now I have (with a line changed in mm.cfg and one in main.cf) a totally automated aliases -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against htm

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Sythos
On Wed, Jun 01, 2005 at 06:44:14AM -0700, Ricardo Kleemann wrote: > I posted this yesterday but I have received no replies... can someone help > me out? You must supply more info... OS? Mailman version? Distro? Python version? MTA (name and version)? Regards -- Sythos - http://www.syth

Re: [Mailman-Users] Sendmail: using aliases

2005-04-29 Thread Sythos
m.py look here for solution -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list Mailman-Users@python.org http://mail

Re: [Mailman-Users] inserting new members

2005-04-22 Thread Sythos
On Fri, Apr 22, 2005 at 12:03:38PM +0300, nikos wrote: > Is there a way in mass subscription to insert not only mails but names? In mass_subscription page, fill the form: Jack <[EMAIL PROTECTED]> Steve <[EMAIL PROTECTED]> etc. <[EMAIL PROTECTED]> regards Sytho

Re: [Mailman-Users] indexing and searching private archives

2005-04-22 Thread Sythos
they will > work with private archives since the private archives are protected. I'm an happy user of Namazu (search engine), there is a good patch on patch archive, it work greatly on private archive (I have *ONLY* private archive) Regards Sythos -- Sythos - http://www.sytho

Re: [Mailman-Users] Export a list of subscribers

2005-04-13 Thread Sythos
dmin namelist you get the admin of list named "namelist" list_members namelist you get raw list of all subscribed member (no distinction between normal email, digest, suspended) ergo list_members namelist > myfile.members solve your question ^_^ Regards Sythos -- Sytho

Re: [Mailman-Users] Mailman problems

2005-04-05 Thread Sythos
done so that mails get delivered fast. Too few argument... Detail of system? OS? MTA? version of mailman and python? Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$

[Mailman-Users] retrieve old post via email command

2005-03-21 Thread Sythos
Hi all, there is a way (patch, option, other) to let a user subscribed to a mailinglist to retrieve old (archived) post using an email command? I cannot find anything in FAQ, userguide, adminguide or mailinglsit archive... Regards Sythos -- Sythos - http://www.sythos.net () ASCII

Re: [Mailman-Users] News-to-mail gateway

2005-03-15 Thread Sythos
o the mailing list be sent to the newsgroup? > YES > Should new posts to the newsgroup be sent to the mailing list? > YES check moderation options -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail

Re: [Mailman-Users] News-to-mail gateway

2005-03-15 Thread Sythos
if newsgroup exist and written correctly in MM conf page? Tell about kind forwarding_option do you set in nntp<->mm conf page? Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\

Re: [Mailman-Users] News-to-mail gateway

2005-03-15 Thread Sythos
alled it on your server? Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list Mailman-Users@pyth

[Mailman-Users] Adding custom header widely

2005-03-10 Thread Sythos
hi all, there is a way to add: List-Archive: <http://www.mydomain.tld/cgi-bin/mailman/private/namelist> List-Admin: <mailto:[EMAIL PROTECTED]> to ALL list (both new and already created)? Regards, Sythos PS: why the two header above aren't already/default inserted

Re: [Mailman-Users] sender bounce line?

2005-03-07 Thread Sythos
On Mon, Mar 07, 2005 at 08:18:09AM -0500, [EMAIL PROTECTED] wrote: > Has anyone else had a similar problem? Is the above header configurable? > Can it be turned off somehow? Do you have a VERP capable MTA? Every email have a different SENDER... Regards Sythos -- Sythos

Re: [Mailman-Users] htdig-2.1.5-0.1.patch mismatches

2005-02-24 Thread Sythos
Do you have applied the patch requested as dependencies for HTDIG patch BEFORE apply HTDIG patch? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments

Re: [Mailman-Users] Viewing Digests

2005-02-23 Thread Sythos
or > current digests or their content. Is this possible? If so, how? > Any assistance greatly appreciated. Create a fake email account on your system, subscribe it to the list in digest mode, use it INBOX mail folder with external tools to archive its digest. Regards Sythos --

Re: [Mailman-Users] my server is very low by mailman

2005-02-23 Thread Sythos
ich MTA do you use? Have you already seek for "tuning mailman" on FAQ site? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Ma

Re: [Mailman-Users] searching private archives

2005-02-23 Thread Sythos
good feeling with pipermail+mhonarc+namazu) > Finally, is there any particular reason why a search box hasn't been > included in the archives for mailman by default? If my memory and my eyes don't joke me I remember this is in the TODO for future version -- Sythos - http:/

Re: [Mailman-Users] mail not being sent/received

2005-02-18 Thread Sythos
this is the case, how can I get around this problem > without changing my ISP? Look archive, few day ago somebody post a method to use an external pop3, fetchmail and procmail to do mailman working without local mta. Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbo

Re: [Mailman-Users] Reply-To list and poster in _some_ headers

2005-02-14 Thread Sythos
On Mon, Feb 14, 2005 at 10:46:07AM +, david gordon wrote: > >Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] Set "strip original Reply-To" and force your one Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/r

Re: [Mailman-Users] Erase single post from archive

2005-02-14 Thread Sythos
"archive", > you should run across FAQ 3.3. I do wrong question, I've already done this way, but I'm looking for something via web for moderator (to execute way in FAQ3.3 the executor must have write right on system and a shell) Regards Sythos -- Sythos - http://

[Mailman-Users] Erase single post from archive

2005-02-14 Thread Sythos
Hi all I've receive sometimes spam in open-post list, there is a way to erase it from archive? Regards, Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attach

[Mailman-Users] sending mail in attachment on "help" listname-request

2005-02-10 Thread Sythos
Hi all, there is a way to send a file (a zipped miniguide) whene a subscribed ml's user ask "help" (or something else" at [EMAIL PROTECTED] Regards, Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against ht

Re: [Mailman-Users] Attachment Question

2005-02-03 Thread Sythos
sage either. > Your help would be much appreciated. Thanks. check filter content of mailman to avoid unwanted stripping rules check if there is in your local MTA a content manager like amavis (it has an option to block some kind of attachment by file extension) Try to zip word file and increase size_limit

Re: [Mailman-Users] problem using mailman

2005-02-03 Thread Sythos
h code 553: 5.3.0 [EMAIL PROTECTED]>... user User unknown Your alias' MTA system is not properly configured, wich MTA and OS you use? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\

Re: [Mailman-Users] Fetchmail? + mailmain + SMTP on different servers

2005-01-12 Thread Sythos
sible to run MM... Regards, Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list Mailman-Users@python.org http://mail.

Re: [Mailman-Users] Restricting quoted lines

2005-01-04 Thread Sythos
On Tue, Jan 04, 2005 at 08:25:47AM -0800, Adam Boettiger wrote: > Also curious to learn how others deal with over-quoting on their lists. Two step: 1) temporary ban from list 2) suggestion to read (and understand) http://learn.to/quote Regards Sythos -- Sythos - http://www.sythos.

[Mailman-Users] Pipermail searchable capabilities

2005-01-04 Thread Sythos
rc? If yes, how? Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list Mailman-Users@pytho

Re: [Mailman-Users] help me

2004-12-23 Thread Sythos
nd mta log? Do you have correctly configured aliases for you system? Regards, Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attac

Re: [Mailman-Users] Problem displaying & in list footer

2004-12-20 Thread Sythos
text? Try to escape it Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- Mailman-Users mailing list [EMAIL PROTECTED] http://

Re: [Mailman-Users] Problems reciving post from clients outside network

2004-12-20 Thread Sythos
his propably a postfix trouble, not mailman one, check mynetwork & mydomain setting in main.cf Other problem are conseguentially generated from first (high probably) Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html

Re: [Mailman-Users] problem while compiling on slack 10.0

2004-12-17 Thread Sythos
/www.maddler.net/config.log > any clue? The version of your GCC? Regards, Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments ---

[Mailman-Users] Only inline plain text on exit email

2004-12-16 Thread Sythos
Hi all there is a way or a mix of content rule to force all outgoing message to be only plain text inline without multipart? Regards Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M

[Mailman-Users] pipermail archive over XXX time

2004-11-19 Thread Sythos
There is a way to say pipermail to delete archive older than XXX time? (day, month or years)? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments

[Mailman-Users] more power to moderator

2004-11-16 Thread Sythos
I need moderator can suspend a user (bann from list) but with only moderator password they can control pending ticket and no function in control panel. There is a way to get moderator more power? -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail

[Mailman-Users] How to change URL_HOST without change EMAIL_HOST on existing mailinglist?

2004-11-15 Thread Sythos
AIL_HOST how can I change URL_HOST to www.sythos.net in web (or console) interface? Second question, in wich way can I set https instead http? Regards to all Sythos -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\