Re: [Mailman-Users] why is plain text option (removes MIME/HTML)onlyavailable for digest?

2006-02-08 Thread Mark Sapiro
Mark Sapiro wrote: > >If you mean you want to be able to apply per user content filtering >rules, that just isn't feasable within the current Mailman design. Looking more carefully at the subject of this thread, I think maybe you want scrub_nondigest to be applied per user rather th

Re: [Mailman-Users] add Approved: header to subject [dnk]

2006-02-08 Thread Mark Sapiro
blem in the way the Approved: line is removed from the HTML in the above described multipart case? >IS there a way to use the Approve header in the subject of the email? Not currently without modifying the code. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Fra

Re: [Mailman-Users] Virtual Servers

2006-02-09 Thread Mark Sapiro
>using newlist [EMAIL PROTECTED] ? Yes, but contrary to intuition, domain2 in this case must be the URL host of the list, not the email host unless they are the same. There are also options in later versions of newlist to specify this less counter-intuitively. See 'bin/newlist --help&#

Re: [Mailman-Users] News -> Mail issues.

2006-02-09 Thread Mark Sapiro
in the newsgroups, it never gets sent >to one of the two mailing lists. > >Anyone know how I can do some more debugging on this? Check Mailman's error and fromusenet logs. If that doesn't show anything, 'cp cron/gate_news cron/my_gate_news' and add some debugging pri

Re: [Mailman-Users] Privacy Options > Sender Filters> non-memberfilters

2006-02-09 Thread Mark Sapiro
>patches if at all possible - is support for this planned for future >releases? Seems like 'a good thing' to have, no? As it says in the patch comments, this is a candidate for Mailman 2.2 -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Fr

Re: [Mailman-Users] Confirmation problems

2006-02-09 Thread Mark Sapiro
ying to log that fact in the 'smtp' log, but for some reason logging encountered an exception (I think) and tried to write that to stderr which wasn't available, so the error logged here is the inability to write to stderr. Also, the actual message in this cas

Re: [Mailman-Users] Problems sending to list

2006-02-09 Thread Mark Sapiro
;mailman owner ', etc. Also, have you checked to see if the post is waiting moderator approval? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] mailman + apache2

2006-02-11 Thread Mark Sapiro
reference, since the above /var/log/mailman/qrunner log is being currently written, all your Mailman logs should be the ones in the same /var/log/mailman/ directory. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco

Re: [Mailman-Users] Problems sending to list

2006-02-11 Thread Mark Sapiro
lem, I can re-enable them... I was thinking that perhaps the post was generating a message to announce-owner which was misdirected back to announce, but that doesn't seem to be the case. Check Mailman's logs. In particular the 'post'; and 'smtp' logs to see a bi

Re: [Mailman-Users] Virtual Servers

2006-02-11 Thread Mark Sapiro
e special "mailman" >list are contained in both /etc/postfix/aliases and >/usr/local/mailman/aliases. This doesn't seem to make >any difference, though I am unsure. This will cause problems eventually if the ownership of the two aliases.db files is different. See <h

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-11 Thread Mark Sapiro
stand that stuff. ># cat mailertable > >mailman.symsoft.se mailman:mailman.symsoft.se Did you follow the implicit instruction in the last sentence of step 5 in mm-handler.readme? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay

Re: [Mailman-Users] error log - Failed before cPickle:

2006-02-11 Thread Mark Sapiro
emove fname_last 5. link fname to fname_last 6. rename fname_tmp fname So apparently, your list is being saved successfully at least some of the time, but I would try to find where those messages are coming from. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay

Re: [Mailman-Users] Problems sending to list

2006-02-11 Thread Mark Sapiro
scribers that are 'nodups' and mentioned in To: or Cc: of the post. The important thing about the message-id of the post is that it not be of the form <[EMAIL PROTECTED]>, because that indicates a Mailman internally generated message and not a post. -- Mark Sapiro <[EMAIL PRO

Re: [Mailman-Users] error log - Failed before cPickle:

2006-02-11 Thread Mark Sapiro
ersion of Mailman/MailList.py. Even if that is the case, that still leaves the questions "what is the exact circumstance the causes it?" and "who put it there and why?". -- Mark Sapiro <[EMAIL PROTECTED]> The highway

Re: [Mailman-Users] Confirm setting not holding

2006-02-11 Thread Mark Sapiro
'Confirm and Approve'. E.g. does it happen on the same day of the week or month or the same time of day or whenever you visit the admin interface for the list? Is there possibly some cron or other process that periodically runs bin/config_list or some bin/withlist script that might be doi

Re: [Mailman-Users] Redirect all -bounce emails

2006-02-11 Thread Mark Sapiro
dress, you could do this in the source code, but not by using aliases on mine.name.com. But, you still have the issue of the other listname-* addresses. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-12 Thread Mark Sapiro
if you find that the mm-handler.readme is unclear or needs improvement, please pass along your suggestions so they can be incorporated in the readme and/or a FAQ. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use you

Re: [Mailman-Users] Where are my posts?

2006-02-12 Thread Mark Sapiro
ror'. If in another queue, it is waiting to be processed by a qrunner which may not be running. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Ca

Re: [Mailman-Users] cant create new lists ?

2006-02-12 Thread Mark Sapiro
l/node10.html>. If that doesn't help you, you'll need to talk to whoever built the package you installed or someone who knows the details of that package. You can always put "IMAGE_LOGOS = 0" in mm_cfg.py to 'turn off' the images all together. -- Mark Sapiro <[EMA

Re: [Mailman-Users] Problems sending to list

2006-02-12 Thread Mark Sapiro
indb interface. Note the above suggestins assume that the discarded messages are auto discards of bounce notices that are treated as non-member posts which may not be what's happening. You can also hack bulk_deliver() in Mailman/Handlers/SMTPDirect.py to log recips and ms

[Mailman-Users] Questions Regarding Bounces

2006-02-12 Thread Mark Phillips
-subscribe these bounced email addresses? Does leaving them marked as "nomail" impact the performance of my list? What is the accepted practice for bounced email addresses? Thanks! -- Mark Phillips Phillips Marketing, Inc [EMAIL PROTECTED] 602 524-0

Re: [Mailman-Users] Questions Regarding Bounces

2006-02-12 Thread Mark Sapiro
Mark Phillips wrote: > >My questions pertain to the performance of the list. Should I un-subscribe >these bounced email addresses? Does leaving them marked as "nomail" impact >the performance of my list? What is the accepted practice for bounced email >addresses? Set

Re: [Mailman-Users] Redirect all -bounce emails

2006-02-12 Thread Mark Sapiro
ument. Then it might be possible to do it in your outgoing MTA, not with aliases, but with some kind of rewrite of the envelope sender on outgoing mail if your MTA supports such a thing. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californ

Re: [Mailman-Users] how to move mail list

2006-02-12 Thread Mark Sapiro
n fix the host_name and web_page_url attributes of the list with fix_url, and rebuild the archives with 'bin/arch --wipe' -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-12 Thread Mark Sapiro
quot; >ldap.LDAP_LIST_CLASSFILTER = >"(|(objectclass=groupOfUniqueNames)(objectclass=nisMailAlias)(objectclass=groupOfNames))" >ldap.LDAP_BASE = "ou=Group,dc=domain,dc=com" >list._memberadaptor = ldap > Looks OK. I don't know the LDAP stuff

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Mark Sapiro
age got as far as moderation given that it has no headers. Have you looked at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp>? Have you tested with a real message, either via email or the above method or via bin/inject? -- Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
See LDAPMemberships.py for the definition of 'filter' a few lines before the above search. BTW, I can't speak for the others on this list, but I don't know LDAP and can't help with that. I only know Mailman and Python. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is f

Re: [Mailman-Users] how to change page sources ?

2006-02-13 Thread Mark Sapiro
Mehmet Fatih AKBULUT wrote: >how can i change the mailman pages ? >which files do i have to edit ? See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Ca

Re: [Mailman-Users] how to change page sources ?

2006-02-13 Thread Mark Sapiro
ge Defaults.py itself. -- 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.o

Re: [Mailman-Users] VDQ : editiing??

2006-02-13 Thread Mark Sapiro
beartooth wrote: > >Complete beginner here, with a Very Dumb Question : can I edit messages to >be posted? Not conveniently, but see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.009.htp>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for ga

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
retrieving and how to set the various things in extend.py to make it work. The reason all these ldap.LDAP_* attributes are assigned in extend.py and not hard coded in LDAPMemberships.py is that they need to be tailored to the LDAP data and the list, and this needs to be done with an underst

Re: [Mailman-Users] Is there a security hole in Mailman?

2006-02-13 Thread Mark Sapiro
I don't think we're aware of any way for list names/posting addresses to be available via your web server as long as your lists are not 'advertised', your archives are private and your web server runs as a user/group that can't directly access your Mailman installation. --

Re: [Mailman-Users] Subscription settings not taking

2006-02-13 Thread Mark Sapiro
fect." If you're sure your browser is accepting cookies, it may be that a local firewall or something similar is interfering with setting and returning cookies. Most of the other reasons for this kind of behavior are on the server side, but in this case, we know the server side works as lon

Re: [Mailman-Users] Is there a security hole in Mailman?

2006-02-13 Thread Mark Sapiro
appers. See <http://www.python.org/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 -- M

Re: [Mailman-Users] Is there a security hole in Mailman?

2006-02-13 Thread Mark Sapiro
27;, but the archives/private/ directory itself has permissions 02771 to prevent 'other' getting the names of the lists by reading the directory. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dyla

Re: [Mailman-Users] Problems sending to list

2006-02-13 Thread Mark Sapiro
in mm_cfg.py) which will send a separate message to each recipient with that recipient address in To:, but you don't need to do that (am I repeating myself). -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B.

Re: [Mailman-Users] Pls help debug mm-postfix disconnect. Thanks.

2006-02-13 Thread Mark Sapiro
s there anything im Mailman's error log? Is anything in qfiles/out/ or qfiles/retry/? See FAQ <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp> -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabet

Re: [Mailman-Users] Problems sending to list

2006-02-13 Thread Mark Sapiro
tion in message headers and footers such as is done on the mailman-users list. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Mark Sapiro
roblem list, but here's an alternate suggestion. Do bin/mailmanctl stop Verify mailmanctl and all runners have stopped. Remove any remaining locks/* files. then, bin/mailmanctl start This assumes no web server process has a list locked legitimately, but that's unlikely in your case. --

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Mark Sapiro
l as root and before >creating foobar I changed all files owned by root to be owned by mailman. ># find /usr/local/mailman -user root -exec chown mailman {} \; This is what bin/check_perms is for. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco

Re: [Mailman-Users] Pls help debug mm-postfix disconnect. Thanks.

2006-02-13 Thread Mark Sapiro
og? Do ps -fAw | grep python or however you spell it on your system to see what qrunners are running. bin/mailmanctl stop followed by bin/mailmanctl start might get things going. >Seems to me things are stuck in the outbound que before they >get to postfix. My tests were run tod

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-13 Thread Mark Sapiro
specific help from this list, you have to at least give us a clue like what do you do and what happens when you do it? And what part of Mailman works separately from apache and sendmail??? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
Kabilan L wrote: > >As Mark,said i know i don't have an entry/attr owner in my record i hashed >that line and tried it still didn't work. Help Me please. You can't just "hash out" lines in extend.py. Every one of them is there for a purpose, and those ldap.

Re: [Mailman-Users] Exporting to majordomo?

2006-02-13 Thread Mark Sapiro
t? If you have shell access to the Mailman server, use bin/list_members. Otherwise see <http://mail.python.org/pipermail/mailman-users/2006-January/048484.html>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Califo

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-13 Thread Mark Sapiro
tp://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.062.htp>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users maili

Re: [Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode

2006-02-14 Thread Mark Sapiro
<http://sourceforge.net/tracker/index.php?func=detail&aid=1405790&group_id=103&atid=300103>. It fixes this and a few other problems found since release of 2.1.7. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabette

Re: [Mailman-Users] Pipermail problems

2006-02-14 Thread Mark Sapiro
x.mbox files probably aren't there. What to do now depends on whether or not you want the old archives. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-14 Thread Mark Sapiro
and email host as domain names which are visible both inside and outside your lan and are routed appropriately. >By the way, I didn't know how to configure my Solaris Unix to enable >the network. Do I need to create and edit /etc/resolv.con

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
process isn't happening. I.e. Mailman is setting a cookie that is not being accepted and returned as set. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

Re: [Mailman-Users] Problem with Digest containing accented letters

2006-02-14 Thread Mark Sapiro
f _(s): return s add_language('en',_('English (USA)'), 'iso-8859-1') del _ -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] Virtusertable with 2.1.7

2006-02-14 Thread Mark Sapiro
you getting returns (bounces) on mail to list addresses or on mail from Mailman? I don't know exactly what should go in virtusertable - anything I would say would only be guessing - but I'm pretty sure it only affects incoming mail, not outgoing. -- Mark Sapiro <[EMAIL PROTECTED]&

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
hance python uses either of those things. I don't think this is an issue. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] Problem with Digest containing accentedletters

2006-02-14 Thread Mark Sapiro
and character set corresponding to the various language codes, so you can change the character set corresponding to 'en' and it will affect anything and everything that's language 'en', and likewise if you change it back. -- Mark Sapiro <[EMAIL PROTECTED]> The

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
Beartooth wrote: >On Tue, 14 Feb 2006, Mark Sapiro wrote: > >> Beartooth wrote: >>> >>> First, though, in case it obviates any time or effort, a >>> couple of Opera details. I have mine set to treat normal cookies as >>> specified in Serve

Re: [Mailman-Users] Virtusertable with 2.1.7

2006-02-14 Thread Mark Sapiro
ave Mailman related stuff in virtusertable? If so, what? Is the issue with VERP like returns to addresses like [EMAIL PROTECTED] -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] Problem with Digest containing accentedletters

2006-02-14 Thread Mark Sapiro
t Your Changes. Then select the desired language for preferred_language and Submit Your Changes again. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] Virtusertable with 2.1.7

2006-02-14 Thread Mark Sapiro
Mel Sojka wrote: >Well Mark what I have currently in the Virtusertable is >[EMAIL PROTECTED] maillist >[EMAIL PROTECTED]maillist-admin >[EMAIL PROTECTED]maillist-request >[EMAIL PROTECTED] maillist-admin This one is definitely wrong. In Mailman 2.1.x, maillist-admin

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
Beartooth wrote: >On Tue, 14 Feb 2006, Mark Sapiro wrote: > >> Can you ask Opera to show you all the cookies it currently has? If >> so, go to your options page and log in and then see if Opera has the >> cookie from mail.python.org. > > Interesting. It does

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
/049297.html>. The URL alone won't do any good because Mailman sets the cookie in the reply to a successful login which requires a vaild member address and password. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter

Re: [Mailman-Users] Virtusertable with 2.1.7

2006-02-14 Thread Mark Sapiro
is no such entry in virtusertable, the default for mail to [EMAIL PROTECTED] is deliver to local mailbox or via local alias for list-xx. So I still think that unless there is some conflict with a non-mailman [EMAIL PROTECTED], you don't need any of this in virtusertable. -- Mark Sa

Re: [Mailman-Users] Subscription settings not taking

2006-02-14 Thread Mark Sapiro
ually returned until after you've provided a valid password. In the referenced post, I just made up the beartooth--at--adelphia.net from the address in one of your posts. I didn't actually log in to your options page because I don't know your password. -- Mark Sapiro <[EMAIL

Re: [Mailman-Users] Question about lost passwords

2006-02-14 Thread Mark Sapiro
ce 'stick'. If so, I have no idea why a password change wouldn't, but if not see FAQs 4.45 and/or 4.65. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ---

Re: [Mailman-Users] Message discarded

2006-02-14 Thread Mark Sapiro
the same msgid earlier in the log. -- 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://m

Re: [Mailman-Users] Message discarded

2006-02-14 Thread Mark Sapiro
Mark Sapiro wrote: >Jim Popovitch wrote: > >>When vette log says >> >> "Message discarded" msgid: blah... >> >>What can I do to determine the reason why the message was discarded? > >Those are moderator discards. If you want to know why the po

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-14 Thread Mark Sapiro
lovecreatesbeauty <[EMAIL PROTECTED]> Date: Wed, 15 Feb 2006 10:21:27 +0800 To: Mark Sapiro <[EMAIL PROTECTED]>, mailman-users@python.org >Hello Mark, > >I configure the network, and nsloookup result shows the status of the network: > >$ nslookup

Re: [Mailman-Users] UnicodeDecodeError again

2006-02-15 Thread Mark Sapiro
n/Mailman/Archiver/HyperDatabase.py", line 179, > in loadself.__sort(dirty=1) > File "/usr/local/mailman/Mailman/Archiver/HyperDatabase.py", line 73, > in __sort > self.sorted.sort() > UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc

Re: [Mailman-Users] UnicodeDecodeError again

2006-02-15 Thread Mark Sapiro
ebuilt archive (which I'm sure they will be), then just delete them from the shunt queue. Otherwise, you can run bin/unshunt to reprocess them, but don't do this if they are already in the rebuilt archive because that will cause duplicates. -- Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] (no subject)

2006-02-16 Thread Mark Sapiro
ly allow you to do what you want, but as Brad indicated in another reply, some kind of Customer Relations Manager may be more appropriate for your application. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay A

Re: [Mailman-Users] Archiving Question

2006-02-16 Thread Mark Sapiro
issues, the converted part is scrubbed anyway. -- 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@pytho

Re: [Mailman-Users] footers in mailman

2006-02-16 Thread Mark Sapiro
added to the text/plain part. Otherwise, they will be added as separate MIME parts. See <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, Ca

Re: [Mailman-Users] Editing incoming mail

2006-02-17 Thread Mark Sapiro
Martin Wheeler wrote: >This question *must* have been asked many times before -- how *does* one >moderate / edit incoming mail on a mailman list? <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.009.htp> -- Mark Sapiro <[EMAIL PROTECTED]> The highwa

Re: [Mailman-Users] emails being sent to moderators

2006-02-17 Thread Mark Sapiro
ies as opposed to immediate notifications check to see that the cron/checkdbs job is being run by cron. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] (no subject)

2006-02-17 Thread Mark Sapiro
modification and let it maintain it's own membership list and handle bounce processing and subscribe/unsubscribe, etc. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.011.htp> for information about setting up announcement (one-way) lists. -- Mark Sapiro <[EMA

Re: [Mailman-Users] IOError in Mailman.

2006-02-17 Thread Mark Sapiro
t.) The second issue is the initial site list ('mailman' or 'other-name' if you changed it as above) must be created before running bin/mailmanctl start Create the list with bin/newlist or via the web list create interface. The latter requires setting a list create and/or site

Re: [Mailman-Users] no confirmation required?

2006-02-17 Thread Mark Sapiro
kalin mintchev wrote: > >the other option is to lose those clients Chris and Brad have given the arguments against this and I agree with them, but if you insist on doing this anyway, see <http://mail.python.org/pipermail/mailman-users/2006-February/049036.html> -- Mark Sa

Re: [Mailman-Users] auto-rejecting non-member posts

2006-02-17 Thread Mark Sapiro
The option you're looking for is Privacy options...->Sender filters->generic_nonmember_action. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

Re: [Mailman-Users] Moderator permissions or rights

2006-02-17 Thread Mark Sapiro
reads on this list, but the answer is simple. If you want a moderator to be able to administer the list, give her the admin password. See FAQs 3.45 and 3.60 for more information. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Ba

Re: [Mailman-Users] (no subject)

2006-02-17 Thread Mark Sapiro
announcement lists. Most of this is covered there in detail. As for posting, the most secure way is to moderate everyone as covered in the FAQ and then have the script add an Approved: header to it's post. The script will need to have the list admin password available for this, but that shouldn&

Re: [Mailman-Users] Mailman errors

2006-02-17 Thread Mark Sapiro
11 rootmailman 116 Nov 1 15:49 mailman > >[EMAIL PROTECTED] spool]# cd mailman/ >[EMAIL PROTECTED] mailman]# ls -la > >drwxrws--- 2 root mailman6 Feb 17 10:09 virgin Is this edited output? If not, where are the other queue direstories? There should be 9 queue director

Re: [Mailman-Users] GMane?

2006-02-17 Thread Mark Sapiro
d the pipermail archive which I think has been current throughout). -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list Ma

Re: [Mailman-Users] Moderator permissions or rights

2006-02-17 Thread Mark Sapiro
tee though. >Maybe my approach should focus more on getting good, consistent backups of >Mailman configuration and data, and then give them the list admin passwords? That might be a good solution. If you seldom change a list, you could just use bin/config_list to dump the configuration every time y

Re: [Mailman-Users] auto-rejecting non-member posts

2006-02-17 Thread Mark Sapiro
that SpamAssassin and similar tools are better invoked in the incoming mail (MTA) process before the mail ever gets to Mailman. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter us

Re: [Mailman-Users] abort mailing in progress?

2006-02-17 Thread Mark Sapiro
k the out and retry queues before restarting mailman to be sure. My guess is if there is no error log entry about this message, either delivery completed to postfix, or the message is lost. You might also check Mailman's smtp and smtp-failure logs. -- Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] excessive bounces bug

2006-02-18 Thread Mark Sapiro
antime, you can get it at <http://veenet.value.net/~msapiro/mailman-subscribers.py> or <http://fog.ccsf.edu/~msapiro/mailman-subscribers.py>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sens

Re: [Mailman-Users] excessive bounces bug

2006-02-18 Thread Mark Sapiro
er by the cron/disabled job which sends the periodic reminders and does the ultimate removal. You will need to re-enable delivery for these members if you want them to receive further posts and not be automatically removed. -- Mark Sapiro <[EMAIL PROT

Re: [Mailman-Users] excessive bounces bug

2006-02-18 Thread Mark Sapiro
print 'List %s: Reset %d bouncing members.' % (mlist.real_name, count) --cut here-- -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Fran

Re: [Mailman-Users] Moderator permissions or rights

2006-02-18 Thread Mark Sapiro
sts to be the same, as passwords are remembered by site, not by page, at least in Firefox. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-19 Thread Mark Sapiro
ext). You are correct. No one needs POP3 access to local mailboxes on your server for Mailman. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan --

Re: [Mailman-Users] How to reply to a non-member post

2006-02-19 Thread Mark Sapiro
and 'reply all' or 'group reply' will go to the original poster and to the list (assuming the list was not a Bcc: in the original message). -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,

Re: [Mailman-Users] How to reply to a non-member post

2006-02-19 Thread Mark Sapiro
Mark Sapiro wrote: > >On the list's General Options under Reply-To: header munging, make sure >that first_strip_reply_to setting is No and reply_goes_to_list setting >is Poster. Also, under General list personality, make sure anonymous_list is set to No. -- Mark Sapiro

Re: [Mailman-Users] I've built apache, sendmail, mailman successfully, how to make them work?

2006-02-19 Thread Mark Sapiro
he owner of the site list (usually [EMAIL PROTECTED]), but of course if the proper aliases have not been installed for this list, that mail can't be delivered. See the entire thread beginning at <http://mail.python.org/pipermail/mailman-users/2006-January/048597.html> for some examples

Re: [Mailman-Users] obscure addresses in archive

2006-02-20 Thread Mark Sapiro
with 'bin/arch --wipe' to apply your mods to the existing archive. I'd go with passwords and a private archive :-) -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] Relationship URL with Lists

2006-02-20 Thread Mark Sapiro
and config_list will only change those attributes which are set in the input file. You can verify before and after by running bin/dumpdb lists/ListName/config.pck -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your se

Re: [Mailman-Users] [Fwd: problem migrating mailman 2.0.8 to 2.1.7]

2006-02-20 Thread Mark Sapiro
works, that list should then be OK. You may be able to accomplish the same for all lists by doing the same file deletion and then running bin/update or 'bin/update -f'. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabette

Re: [Mailman-Users] Message Approval via CLI

2006-02-20 Thread Mark Sapiro
be handled, but it should give you a start. -- 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@pyth

Re: [Mailman-Users] Mailman drops some information in Content-Type

2006-02-20 Thread Mark Sapiro
doesn't support the 'format' and 'delsp' parameters when getting a decoded message part body from a message. You might be able to avoid the problem if you set scrub_nondigest to No and make sure both msg_header and msg_footer are empty, but this may not be satisfactory for othe

Re: [Mailman-Users] Relationship URL with Lists

2006-02-20 Thread Mark Sapiro
Gustavo Mesquita wrote: > >On 2/20/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> Gustavo Mesquita wrote: >> > >> >I have created lists using the command: >> > >> >"./newlist -u myurl.domain.br -q ListName [EMAIL PROTECTED]

Re: [Mailman-Users] help

2006-02-20 Thread Mark Sapiro
rt mailman and then run fix_url to fix your lists. If you have only the one host, you can just run bin/withlist -l -a -r fix_url >Another question is how do you set the global create list password? bin/mmsitepass -c -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamb

Re: [Mailman-Users] obscure addresses in archive

2006-02-20 Thread Mark Sapiro
is sense. It is just an address subscribed to the list. >Maybe this sort of facility/framework should be included in > Mailman 3.x ?? There are several archiving improvements on the list at <http://www.list.org/todo.html> -- Mark Sapiro <[EMAIL PROTECTED]> The highway is

Re: [Mailman-Users] Unable to execute a script when incoming mailarrives

2006-02-21 Thread Mark Sapiro
g mail is already piped to Mailman via MTA aliases (or some other MTA mechanism), and there is no local mailbox to which it would be delivered, thus no home directory in which to put a .forward file. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Ar

<    8   9   10   11   12   13   14   15   16   17   >