Re: [Mailman-Users] Customize the Subscribe page and footer

2005-10-09 Thread Mark Sapiro
version of the template, just remove the tag from the template and replace it with whatever HTML you want. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] hide lists from listinfo page only (leaveonadmin page)

2005-10-10 Thread Mark Sapiro
Xiaoyan Ma wrote: >On Fri, 7 Oct 2005 10:12:48 -0700 > Mark Sapiro <[EMAIL PROTECTED]> wrote: >>> >>>. >>>for name in listnames:(but not in notshowns) >> >Thank you. I just started learning python, so I wanted to find out if I am on >the

Re: [Mailman-Users] Probe message bounce bounced (with qmail)

2005-10-10 Thread Mark Sapiro
ated. I suppose that the user that causes the bounce message >will not be disabled, because mailman don't receives the probe message >bounce. I think you are correct. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabet

Re: [Mailman-Users] Change email address

2005-10-10 Thread Mark Sapiro
Stefan Henrico wrote: > >Is there an email command to change one's email address for a specific list? No. This has to be done via the web interface. If it must be done by email, the only way is subscribe and unsubscribe. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is

Re: [Mailman-Users] members not receiving their own posts

2005-10-10 Thread Mark Sapiro
controls the default for new members. For existing members, you have to look at the 'not metoo' setting in the Membership List. Also, if the member cc's herself in her own post and has 'nodupes' set, she will not receive the post from the list. -- Mark Sapiro <[EMAIL PR

Re: [Mailman-Users] embedded hostname in lists confirmation message

2005-10-10 Thread Mark Sapiro
ock() and then run bin/withlist -a -r changehost new_host_name -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@py

Re: [Mailman-Users] Fw: can't get replies back from list mailing...

2005-10-10 Thread Mark Sapiro
h Mailman. In addition to what's there, are the facts that a message to be sent out from Mailman is delivered via SMTP to the outgoing MTA and then by the MTA to the recipients. A reply back to the list is received by the incoming MTA and piped to the mail wrapper with the appropriate actio

Re: [Mailman-Users] debian exim4 and mailman pipe_transport unset

2005-10-10 Thread Mark Sapiro
[EMAIL PROTECTED] >i get this > >R: system_aliases for [EMAIL PROTECTED] >[EMAIL PROTECTED] -> |/var/lib/mailman/mail/mailman post mailman >*** Error in setting up pipe, file, or autoreply: >pipe_transport unset in system_aliases router http://www.python.org/cgi-bin/faqw-mm.py?r

Re: [Mailman-Users] localization question ...

2005-10-11 Thread Mark Sapiro
min interface Language options. Finally, see http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.021.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] Exporting Email address

2005-10-11 Thread Mark Sapiro
py?req=show&file=faq06.011.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@python.org http://ma

Re: [Mailman-Users] using CSS on Mailman Web GUI?

2005-10-11 Thread Mark Sapiro
.com/mailman-users%40python.org/ may turn up something useful. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailm

Re: [Mailman-Users] Is it possible only allow plain text intomessages?

2005-10-11 Thread Mark Sapiro
ltipart or multipart/signed is not in pass_mime_types, the entire message will be filtered. See http://mail.python.org/pipermail/mailman-users/2004-November/041009.html for some further information. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,

Re: [Mailman-Users] Fw: can't get replies back from list mailing...

2005-10-12 Thread Mark Sapiro
e. If you post in another way, then Exim just isn't set up properly for your mailman configuration. See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.019.htp for pointers to Exim configuration information. (Your other questions were addressed in Jim's reply in this thr

Re: [Mailman-Users] setting up a mailing list

2005-10-13 Thread Mark Sapiro
erface. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/list

Re: [Mailman-Users] Moderation Requests

2005-10-13 Thread Mark Sapiro
If the number of pending requests in the e-mail is -1, see http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.038.htp Otherwise, there may be some problem with the lists//request.pck file. You could try replacing it with an 'empty' one from a newly created list. -- Mark Sapi

Re: [Mailman-Users] Pending posts not found

2005-10-13 Thread Mark Sapiro
ck is where the requests are. You can replace it with an 'empty' one from another list, or look at it with bin/dumpdb if you want to see more. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. D

Re: [Mailman-Users] List archive failures

2005-10-13 Thread Mark Sapiro
: > >http://list.odu.edu/listarchives/listname Look at your setting for PUBLIC_ARCHIVE_URL in mm_cfg.py. The default in Defaults.py is PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/pipermail/%(listname)s' You have clearly changed at least the 'pipermail' part of this. Did you somehow m

Re: [Mailman-Users] Novel Groupwise and Mailman display problem

2005-10-13 Thread Mark Sapiro
/minnesotafireservice.com/mailman/listinfo/mfsn_minnesotafireservice.com See the FAQ article at http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.039.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Cal

Re: [Mailman-Users] My list members don't recive mail sent to thier list

2005-10-13 Thread Mark Sapiro
f qrunners eliminates some mailman’s >dependence >on cron. Is this right? Yes, but cron is still used for various things. >Where can I read the mailman’s architecture? : What exactly each qrunner is >supposed to do? Also: What is mailmanctl daemon supposed to do? I learned

Re: [Mailman-Users] Pending posts not found

2005-10-14 Thread Mark Sapiro
k file (maybe I have to = >delete >the file ?) The pending.pck file has nothing to do with the problem. My guess at this point is you have a prior Mailman installation with its own lists/, Mailman/, etc. directories somewhere on your system and the crontab is still pointing to the old checkdbs

Re: [Mailman-Users] Mailman to postfix hideously slow

2005-10-14 Thread Mark Sapiro
m smtplib >VIRTUAL_HOST_OVERVIEW = Yes This is a shot in the dark, but try SMTP_MAX_SESSIONS_PER_CONNECTION = 1 in mm_cfg.py >/etc/hosts >69.90.134.223 postfix postfix.egg.com localhost > >postconf -n I don't speak postfix and can't comment on it's configura

Re: [Mailman-Users] Modifying Mailman-generated virtuals file

2005-10-14 Thread Mark Sapiro
u can do this 'cleanly' by storing the modified version as (e.g.) Mailman/MTA/localPostfix.py and then putting MTA = 'localPostfix' in mm_cfg.py. In this way, your modified version will not be overwritten when Mailman is upgraded. -- Mar

Re: [Mailman-Users] Mailman to postfix hideously slow

2005-10-14 Thread Mark Sapiro
from mailman to your MTA significantly, especially for larger lists." I wouldn't really expect this to be the problem here since your messages have few recipients, but it is something to look at. I assume you've checked postfix logs. In addition to the above FAQ, see 6.4 and 6.6 -- Mar

Re: [Mailman-Users] Modifying Mailman-generated virtuals file

2005-10-14 Thread Mark Sapiro
fix.py and then putting MTA = 'localPostfix' in > mm_cfg.py. In this way, your modified version will not be overwritten > when Mailman is upgraded. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your

Re: [Mailman-Users] just setting up list for first time. Can not figureout one thing

2005-10-14 Thread Mark Sapiro
to the list?' option on the member's own options page. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing lis

Re: [Mailman-Users] Problem with unsubscribe to list

2005-10-14 Thread Mark Sapiro
t 5 body lines looks like something that would be a valid command if sent to the -request address. If this is the case, the message is held. If it is subsequently approved, it goes to the list. If the admin determines that the held message is an administrative

Re: [Mailman-Users] Archives Export

2005-10-15 Thread Mark Sapiro
o: and References: that are used for threading. This file can be used to rebuild the pipermail archive on the same or another Mailman system and may be more useful that the pipermail archive to a non-mailman system. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San F

Re: [Mailman-Users] Can we use an external mail server with mailman?

2005-10-15 Thread Mark Sapiro
_cfg.SMTPPORT) +if mm_cfg.SMTP_AUTH: +self.__conn.login(mm_cfg.SMTP_USERNAME, mm_cfg.SMTP_PASSWORD) self.__numsessions = mm_cfg.SMTP_MAX_SESSIONS_PER_CONNECTION def sendmail(self, envsender, recips, msgtext): --

Re: [Mailman-Users] Structure of Mailman archives

2005-10-17 Thread Mark Sapiro
ould really like to do this if it's >possible. The only problem is insuring the integrity of the mbox file. There is a bin/cleanarch script that attempts to insure that messages in the mbox file do not themselves contain "^From " lines. Thi

Re: [Mailman-Users] change the webserver name

2005-10-17 Thread Mark Sapiro
rg/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@p

Re: [Mailman-Users] Strange errors

2005-10-17 Thread Mark Sapiro
ImportError? I have no reason other than superstition for the following suggestion, but try SMTP_MAX_SESSIONS_PER_CONNECTION = 1 in mm_cfg.py and see if that helps. This will cause Mailman to close the SMTP connection to sendmail after each transaction. This might avoid the problem, but since I ha

Re: [Mailman-Users] Munged addresses

2005-10-18 Thread Mark Sapiro
mberKeys(() and/or getDigestMemberKeys() methods is returning the garbled data. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users m

Re: [Mailman-Users] Munged addresses

2005-10-18 Thread Mark Sapiro
Robert Morse wrote: >On 10/18/05 8:12 AM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: > >> Robert Morse wrote: >> >> Is this 'stock' Mailman, or does this list use a custom MemberAdaptor? > >Stock as far as I know. Never heard of Mem

Re: [Mailman-Users] Strange errors

2005-10-18 Thread Mark Sapiro
stition for the following suggestion, >>but try >> >>SMTP_MAX_SESSIONS_PER_CONNECTION = 1 >> >>in mm_cfg.py and see if that helps. This will cause Mailman to close >>the SMTP connection to sendmail after each transaction. This might >>avoid the problem, but s

Re: [Mailman-Users] No address associated with nodename

2005-10-18 Thread Mark Sapiro
or it to take nearly 3 seconds for Mailman >to process one, puny message to a list with one, puny recipient? No, but this probably reflects the time required to determine that the DNS lookup of 'lists' is unsuccessful. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is

Re: [Mailman-Users] Munged addresses

2005-10-18 Thread Mark Sapiro
, [EMAIL PROTECTED] and [EMAIL PROTECTED], none of which were list members. If you are not happy with what you see at any point, you can just type the control-D without first entering m.Save() and the list will not be changed. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for ga

Re: [Mailman-Users] Cannot View Subscribers' List - Mailman 2.1.5

2005-10-18 Thread Mark Sapiro
s a private roster, even if she is the list admin, she must use the list admin password to view the roster. Her member password won't work unless the roster is available to members. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, C

Re: [Mailman-Users] adding list on virtual domain

2005-10-18 Thread Mark Sapiro
in interface. The preferred way to change this is via the fix_url script. Run bin/fix_url.py for instructions. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] Exporting subscribers list

2005-10-18 Thread Mark Sapiro
ons. If you literally mean it prints '0' and then slowly adds '.', it is probably printing one '.' per page of admin_member_chunksize or less members which would be 70+ dots for 2000+ members with the standard default of 30 for admin_member_chunksize. -- Mark Sapiro

Re: [Mailman-Users] Cannot View Subscribers' List - Mailman 2.1.5

2005-10-19 Thread Mark Sapiro
matter, after logging in as admin, just goes to the listinfo page and clicks 'Visit Subscriber List' without filling in any address or password? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B.

Re: [Mailman-Users] Approved Headers

2005-10-19 Thread Mark Sapiro
set OE before composing the message to send plain text. This is Tools->Options->Send tab, Mail Sending Format - Plain Text. You also have to follow the Approved: line with a blank line because current Mailman versions remove both the Approved: line and the first remaining line. -- Mark

Re: [Mailman-Users] Strange errors

2005-10-19 Thread Mark Sapiro
var in environ: +print env_var, environ[env_var] +for s_path in sys.path: +print 'before =', s_path import paths +for s_path in sys.path: +print 'after =', s_path + from Mailman import mm_cfg from Mailman import Utils from Mailman.i18n import _ -- Mark Sapiro <[

Re: [Mailman-Users] Problems with bounces and qmail+mailman+vpopmail

2005-10-19 Thread Mark Sapiro
ct 10 which is at http://mail.python.org/pipermail/mailman-users/2005-October/046994.html I am not including you as an addressee of this reply as I normally would in the hope that you are receiving from the list at least. If you did see the above re

Re: [Mailman-Users] Microsoft Outlooks munges attachment headers?

2005-10-19 Thread Mark Sapiro
not otherwise being able to send plain text rather than HTML, but I have no direct knowledge of Outlook and how to configure it. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

Re: [Mailman-Users] Bounced mail when sending reminders

2005-10-19 Thread Mark Sapiro
sword reminders in the 'Bulk' folder even though list posts are delivered normally. I suspect Yahoo. Do you have any of the actual bounces or just bounce log information? If you have an actual bounce, what does it say? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamb

Re: [Mailman-Users] Approved Headers

2005-10-19 Thread Mark Sapiro
ins the message. You can save the message and edit it as required. As the FAQ says, "You should include a notice in the message explaining that the list moderator has edited the message." Then you need to 'resend' it with a mail client that can do this. AFAIK, MS-OE can

Re: [Mailman-Users] Strange errors

2005-10-19 Thread Mark Sapiro
Dan Szkola wrote: >John W. Baxter wrote: > >>On 10/19/05 11:14 AM, "Dan Szkola" <[EMAIL PROTECTED]> wrote: >> >> >> >>>Mark Sapiro wrote: >>> >>> >>> >>>>Dan Szkola wrote: >>>> >&g

Re: [Mailman-Users] Mailman/PHP/Digest Issue

2005-10-19 Thread Mark Sapiro
to = "[EMAIL PROTECTED]"; >$message .= strip_tags($test); >$message .= "\n\n--$boundary\n"; >$message .= "Content-Type: text/html; charset=\"us-ascii\"\n"; >$message.="Content-Transfer-Encoding: 8bit\n\n"; >$message .= $test; At this

Re: [Mailman-Users] Monthly password reminders not working

2005-10-19 Thread Mark Sapiro
mm_cfg.py or Defaults.py. >Also, were there changes in the code >from 2.1.6b4 (our current version) to 2.1.6 for mailpasswds? We will be >upgrading soon but I wonder if we should do it sooner rather than later. No. there were no changes in mailpasswds from 2.1.6b1 through the

Re: [Mailman-Users] How do I get an eMail list from the Membership List

2005-10-19 Thread Mark Sapiro
' lists are incomplete, you have to script the web interface. See http://starship.python.net/crew/jwt/mailman/#throughtheweb for a sample script. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dyla

Re: [Mailman-Users] webserver

2005-10-20 Thread Mark Sapiro
he1.3/httpd.conf Also see http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.021.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] hide lists from listinfo page only(leaveonadmin page)

2005-10-20 Thread Mark Sapiro
hange any options to ./configure. If things are moved or --with-cgi-gid= changes, you'll have to rebuild the sub-admin wrapper. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] Mass change of settings

2005-10-20 Thread Mark Sapiro
names (`ls lists/`) and run bin/config_list -i with a simple input file on all lists. See bin/config_list -o for the format of the file and note: that only things you want to change need be in the input. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area

Re: [Mailman-Users] Any tips

2005-10-20 Thread Mark Sapiro
on for all lists with the site password. On a hosted server you probably don't have the ability to edit mm_cfg.py and you probably don't have access to the site password, so this is not an option. Depending on your browser, you may be able to get it to remember the password and enter/

Re: [Mailman-Users] Mailman shuts down silently under FreeBSD

2005-10-20 Thread Mark Sapiro
Stephen R Laniel wrote: > >So can anyone think of why qrunner would have shut down? Have you looked at the Mailman logs 'error' and 'qrunner'? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California

Re: [Mailman-Users] Mailman shuts down silently under FreeBSD

2005-10-20 Thread Mark Sapiro
opping. >/usr/local/mailman/logs/qrunner:Oct 20 13:57:34 2005 (63166) ArchRunner >qrunner exiting. >/usr/local/mailman/logs/qrunner:Oct 20 13:57:34 2005 (63167) BounceRunner >qrunner caught SIGTERM. Stopping. >/usr/local/mailman/logs/qrunner:Oct 20 13:57:34 2005 (63167) BounceRunne

Re: [Mailman-Users] Can't stop the fun

2005-10-20 Thread Mark Sapiro
delivered to the MTA. >I cannot invite members to a new mailing list (same domain) Are you saying that you created a new list sucessfully and mass invited people and you got an error or just that the invitations aren't sent (yet). If the latter, it's probably because your

Re: [Mailman-Users] some lists cannot receive emails after acrash(Incorrect padding)

2005-10-21 Thread Mark Sapiro
st.mbox. The last message is probably truncated. If you move it aside and then run bin/unshunt to reprocess the messages in the shunt queue, things will probably get going normally again, but the initial messages in the old digest.mbox will be missing from the next digest. If this is important, you could

Re: [Mailman-Users] Please, help me

2005-10-21 Thread Mark Sapiro
g/cgi-bin/faqw-mm.py?req=show&file=faq06.016.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailm

Re: [Mailman-Users] How to make one-way list?

2005-10-21 Thread Mark Sapiro
detailed answer. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/m

Re: [Mailman-Users] attachments are not scrubbed

2005-10-21 Thread Mark Sapiro
ou didn't downgrade to 2.1.5? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@python.org http://mail.py

Re: [Mailman-Users] Archiving

2005-10-21 Thread Mark Sapiro
. Is that option available >some place? There is no option within Mailman to prune old messages from the archives. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter

Re: [Mailman-Users] Who can view subscription list?

2005-10-21 Thread Mark Sapiro
So in other words the >box for the email address isnt even needed. I have created a FAQ at http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.060.htp to help clarify this issue. Suggestions/improvements welcome. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for ga

Re: [Mailman-Users] old files in the shunt queue directory

2005-10-21 Thread Mark Sapiro
rectory, but there isn't much info available. All I could >find was to run ../bin/unshunt to handle the files. But I don't want >them handled, I want them gone. If you still have Mailman's error log covering those dates, you should find a detailed entry for each of the

Re: [Mailman-Users] Strange errors

2005-10-21 Thread Mark Sapiro
Dan Szkola wrote: >OK, I found something extremely odd. For some reason, >the Utils.pyc in /usr/local/mailman/Mailman/Logging >direcotry is being removed and then the compile of it >seems to fail and I'm left with a 0 byte file. It is >owned by the daemon user and later it gets compiled >and is ow

Re: [Mailman-Users] attachments are not scrubbed

2005-10-21 Thread Mark Sapiro
if it isn't already there: if not GLOBAL_PIPELINE.count('Scrubber'): GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('MimeDel') + 1, 'Scrubber') -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Calif

Re: [Mailman-Users] Sender Name

2005-10-21 Thread Mark Sapiro
this address is the envelope sender, but some non-compliant MTAs send the bounce to Sender: or Errors-To: so SMTPDirect.py sets these to the envelope sender. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use yo

Re: [Mailman-Users] Strange errors

2005-10-21 Thread Mark Sapiro
open64("/usr/local/lib/python2.4/site-packages/traceback.pyc", >O_RDONLY) Err#2 ENOENT > >You can see it actually unlink the compiled version and then look >for, find, and seemingly reject the traceback.py and traceback.pyc >that it finds. I thought it may be a too many o

Re: [Mailman-Users] Restart Mailman and IP help

2005-10-22 Thread Mark Sapiro
ailman which you can look at. >Does anyone know where on Mailman or server I need to enter/change the new >IP or hostname? If I understand this question correctly, the answer is the subject of the above referenced FAQ. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for ga

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Mark Sapiro
le KNOWN_SPAMMERS = [ ('subject', '.*[s$]ex'), ('header2', 'regex2'), ('header3', 'regex3') ] Also, see the discussion in Defaults.py about KNOWN_SPAMMERS in Defaults.py. It may be preferable to use Privacy options...Spam fi

Re: [Mailman-Users] New Members auto placed on moderation.

2005-10-22 Thread Mark Sapiro
David wrote: >I am trying to set it so new members are auto placed on moderation at >sign up and once proved worthy of not spamming and posting inappropriate >material moved to unmoderated status. Is this possible? Privacy options...->Sender filters->default_member_moderation

Re: [Mailman-Users] Setting-up cascading, filtering list designs

2005-10-23 Thread Mark Sapiro
priate subproject list and mails ALL commits to the pnlanguages-cvsnotices list. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mai

Re: [Mailman-Users] TypeError: cannot concatenate 'str' and 'NoneType'objects

2005-10-23 Thread Mark Sapiro
nd see what you get for bounce_info. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Mailman-Users@python.org http:/

Re: [Mailman-Users] Disable Subscriptions/Unsubscriptions

2005-10-23 Thread Mark Sapiro
ove the subscribe form from the template, be careful. The tag is much earlier in the page than is necessary or expected and is thus, easy to overlook. You may also wish to do something similar with the user options page (options.html template) to remove the address change and unsubscribe stuff. -

Re: [Mailman-Users] TypeError: cannot concatenate 'str' and'NoneType'objects

2005-10-23 Thread Mark Sapiro
Mark Sapiro wrote: > >If you misspelled >bounce_info, e.g. > >m.bounce-info = {} > >Python wouldn't complain. It would just create a new attribute with the >misspelled name. Ooops - momentary brain cramp. Python would complain about that particular misspelli

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Mark Sapiro
Sendmail) aliases. In order to get VERP-like bounce reporting on digests, you need VERP_DELIVERY_INTERVAL = 1 and as long as you're doing that, you might as well add VERP_PASSWORD_REMINDERS = Yes so essentially everything gets VERPed. -- Mark

Re: [Mailman-Users] History

2005-10-23 Thread Mark Sapiro
orge.net/tracker/index.php?func=detail&aid=717745&group_id=103&atid=300103, http://sourceforge.net/tracker/index.php?func=detail&aid=687704&group_id=103&atid=300103 and http://sourceforge.net/tracker/index.php?func=detail&aid=605234&group_id=103&atid=300103 -- Mark

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Mark Sapiro
ELIVERIES and not by VERP_DELIVERY_INTERVAL. This is true even for VERPing the delivery of digests for a personalized list even though the digests aren't personalized. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your s

Re: [Mailman-Users] some lists cannot receive emails after acrash(Incorrect padding)

2005-10-23 Thread Mark Sapiro
lready been delivered from Mailman to qmail. I don't know specifically how to delete messages from qmail queues. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ---

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Mark Sapiro
ists. If not, you can move the config.pck files back. There is really no other convenient way to move member options. Note: You cannot leave the new config.pck files in the lists/listname/ directory or the old config.db files you move in will be ignored. -- Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] ascii error

2005-10-23 Thread Mark Sapiro
There is a message with a non-ascii character (hex code a0 = iso-8859-1 small a acute), probably in a header. This could be in a series of incoming messages, but more likely it is in a list's lists/listname/digest.mbox file. To be more specific, we need to see the traceback associated wit

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Mark Sapiro
Dwight Tovey wrote: > >Mark Sapiro said: >> >> The preferred method is to move the lists/listname/* files over, rather >> than moving the list configuration and membership as you did. >> > >Not a problem. I'm still running on the old system, so I can bl

Re: [Mailman-Users] ascii error

2005-10-23 Thread Mark Sapiro
il archiving comes after archiving to the listname.mbox file, my guess is all the shunted messages have been delivered to the list and are in the listname.mbox file. If this is true, stop Mailman, fix the listname.mbox file and rebuild the archive from listname.mbox with 'bin/arch --wipe listn

Re: [Mailman-Users] ascii error

2005-10-24 Thread Mark Sapiro
one after that. However, it may be the case that they all have nn.html files in which case it may only be the subject, date and thread .html files that are truncated. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use

Re: [Mailman-Users] ascii error

2005-10-24 Thread Mark Sapiro
Hannah Schroeter wrote: > >No, it says > B=CDC: knees or feet? > >_ is a substitute for space in "q" encoding. Of course you are correct. Thank you. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiab

Re: [Mailman-Users] get all lists' subscribe_policy

2005-10-24 Thread Mark Sapiro
print 'List: %s, \tPolicy: %d' % (listname, mlist.subscribe_policy) -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

Re: [Mailman-Users] general subscription and removal

2005-10-24 Thread Mark Sapiro
o help. Otherwise, there's not much you can do. It's really easier if the users are responsible for subscribing and unsubscribing themselves. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Cali

Re: [Mailman-Users] Bounce processing

2005-10-24 Thread Mark Sapiro
will eventually start blocking all your mail. If you are having problems with people being disabled who "shouldn't" be, say because they tend to have full mailboxes for long periods, it is better to adjust the various bounce processing parameters for a satisfactory result by perhap

Re: [Mailman-Users] ISO-8859-1/Latin1 vs UTF-8

2005-10-24 Thread Mark Sapiro
2005-September/046480.html and the thread beginning at http://mail.python.org/pipermail/mailman-users/2005-October/046850.html and continued at http://mail.python.org/pipermail/mailman-users/2005-October/046883.html and http://mail.python.org/pipermail/mailman-users/2005-October/046938

Re: [Mailman-Users] Qmail trouble

2005-10-24 Thread Mark Sapiro
was seeing something like that when I had MM misconfigured. Qmail was >delivering the message, but MM was choking. The MM error log showed me >what was going on (once Mark Sapiro gave me some hints on how to read it). (thanks) In this case, the mail gets to the archive so it has been deliv

Re: [Mailman-Users] ISO-8859-1/Latin1 vs UTF-8

2005-10-24 Thread Mark Sapiro
ed by setting the 'German' character set to utf-8 and recoding the German language templates, messages and list archives in utf-8 as discussed in the archive threads I mentioned previously. Alternatively, it can be addressed in the web server by configuring it so it doesn't specify th

Re: [Mailman-Users] bounce-events

2005-10-24 Thread Mark Sapiro
s orphaned. Clearly this has happened more than once in your case as you had several orphaned files. There may be entries in Mailman's qrunner log noting when the bounce runner died and there may be associated error log entries that might help determine why. -- Mark Sapiro <[EMAIL PROTE

Re: [Mailman-Users] bounce-events

2005-10-24 Thread Mark Sapiro
you do 'stop' and then 'start'? Also, are there any prior entries mentioning BounceRunner between the last time it started and now? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco B

Re: [Mailman-Users] VS: VS: List specific gids?

2005-10-25 Thread Mark Sapiro
specific modification that most of us know nothing about. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing li

Re: [Mailman-Users] basic email interface to mailman

2005-10-25 Thread Mark Sapiro
u haven't overlooked it. Mailman is designed for web based list administration only. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailm

Re: [Mailman-Users] Host not found

2005-10-25 Thread Mark Sapiro
nd's server and the friend ran other lists that work, so I'm guessing that these lists are in their own virtual domain and recognition of that is what is missing from postfix. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisc

Re: [Mailman-Users] Attach Pics

2005-10-25 Thread Mark Sapiro
thon.org/cgi-bin/faqw-mm.py?req=show&file=faq03.051.htp. This doesn't work in 2.1.5 and earlier because they don't search sub-part headers for header_filter_rules. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Calif

Re: [Mailman-Users] basic email interface to mailman

2005-10-25 Thread Mark Sapiro
Heather Madrone wrote: >At 5:14 PM -0700 10/25/05, Mark Sapiro wrote: >>bARRY wrote: >> >>> I am interested in the basic email interface to mailman. Not for my >>>subscribers, but for purposes of scripting some of the lists management. >> >> &

Re: [Mailman-Users] Posters not getting their own posts: not metoobroken?

2005-10-25 Thread Mark Sapiro
don't know. Do you have access to Mailman's logs? If so, you can check the bounce log to see if the delivery to you bounced. You can also check the smtp log to see how many recipients there were and compare that to the number of non-digest subscribers with delivery enabled to see if any a

Re: [Mailman-Users] Attach Pics

2005-10-25 Thread Mark Sapiro
;set delivery off' command (requires a 'set authenticate' command - send mail with subject 'set help' to the list-request address for more info). -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco

<    1   2   3   4   5   6   7   8   9   10   >