Re: [Mailman-Users] Changing List Name

2004-07-14 Thread Jeff Barger
rough config_list either. Same error cannot change real name. Use config_list to dump the list config, make a new list and then use config_list to import the old list settings and then move the users over. -Jeff -- Mailman-Users mailing list [EMAIL PROT

Re: [Mailman-Users] Prevent archive?

2004-07-14 Thread Jeff Barger
switch. One way would be to leave 'archive' out of the ADMIN_CATEGORIES config variable. It won't show up in the interface but you can still enable/disable it with config_list or with_list. -Jeff -- Mailman-Users mailing list [EMAIL

Re: [Mailman-Users] defining topics

2004-07-14 Thread Jeff Barger
x27;d I don't think it'll catch it. I use Subject matching on the lists I take care of that use Topics and generally that has worked out well. -Jeff I tried this, but only subscribers who have not subscribed to topics receive the message, which is what should happens to them. Howeve

Re: [Mailman-Users] defining topics

2004-07-14 Thread Jeff Barger
ey can choose to get all the messages or just the announcements. I'd think 20 topics on one list would be a little much and would split them up into different lists. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.pytho

Re: [Mailman-Users] Moderators Managing Subscriptions

2004-07-14 Thread Jeff Barger
an only approve/deny sub/unsub attempts. -Jeff -- 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] list thinks everyone is non-member

2004-07-15 Thread Jeff Barger
x27;s your problem but it's worth a look anyway. -Jeff -- 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] Mailman questions

2004-07-20 Thread Jeff Barger
eally annoying going through and unchecking 'plain' for thousands of subscribers. That setting is for the Digest preference and has no bearing on regular delivery. 3) Mailman is adding a footer to my mailings when it sends them out. How can I stop it from doing this? See 'Non-di

Re: [Mailman-Users] Mailman

2004-07-20 Thread Jeff Barger
On Jul 19, 2004, at 10:24 PM, Mr. Bill wrote: Does mailman archive messages? If so, whre does it archive them to. The raw mailbox archive is in $PREFIX/archives/private/list.mbox/. The HTML'd messages are in $PREFIX/archives/private/list/

Re: [Mailman-Users] Mailman question

2004-07-20 Thread Jeff Barger
personalization' features and should not be done lightly. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.015.htp>. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/m

Re: [Mailman-Users] Help

2004-07-20 Thread Jeff Barger
is? Between the Received headers and your MTA log you should be able to determine who sent the message. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http

Re: [Mailman-Users] Automatic rejecting of non-subscriber messages

2004-07-21 Thread Jeff Barger
reason I need to do this is we have a moderated list, and the non-member posts are taking quite a bit of the moderator's time. Go to Privacy options -> Sender filters, look towards the bottom of the page for 'generic_nonmember_ac

Re: [Mailman-Users] Is it possible to edit rfc info?

2004-07-21 Thread Jeff Barger
ete them or add a leading comment. Any pointers or help greatly appreciated as I've looked thru faqs/ archives/ googles etc and can't quite find what I want. I'm pretty sure you'd have to modify the CookHeaders handler to do

Re: [Mailman-Users] Ordinal not in range

2004-07-22 Thread Jeff Barger
t;, line 106, in formataddr return '%s%s%s <%s>' % (quotes, name, quotes, address) UnicodeError: ASCII decoding error: ordinal not in range(128) I think this would indicate a bad/illegal character in your import file? -Jeff -- Mailman-U

Re: [Mailman-Users] Notification to non-member

2004-08-02 Thread Jeff Barger
On Aug 1, 2004, at 9:49 PM, Thomas E. Dukes wrote: If a non-member posts to the list, is there a way to notify them their message has been sent to a moderator for approval? It's under General Options, 'respond_to_post_requests'. -Jeff ---

Re: [Mailman-Users] fetchmail to mailman and pipermail

2004-08-02 Thread Jeff Barger
that every page generated with pipermail will use this css file? There is no css file that I know of. If you want to change the archive design you'll have to change the templates. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED]

Re: [Mailman-Users] Question......

2004-08-02 Thread Jeff Barger
my approval? Turn the subscriber's MOD flag off and change 'default_member_moderation' under Sender Filters. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Ma

Re: [Mailman-Users] Farmed addresses from text archive?

2004-08-02 Thread Jeff Barger
r servers? The list owner would like to keep the archives public while protecting his subscribers. Seems to me that we should make the "downloadable version" optional, or perhaps force a zip of its contents to make is less bot friendly? Have I overlooked some options, as u

Re: [Mailman-Users] Unmoderated user generates mod to admin

2004-08-02 Thread Jeff Barger
to the list because the msg was sent by a non-member, even though the person is a member and their msg gets sent. Is the message still held in the moderation queue? -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org

Re: [Mailman-Users] Sender not receiving copy of post

2004-08-02 Thread Jeff Barger
addresses do. You're probably filtering them out. Can you confirm in your MTA logs? -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-

[Mailman-Users] New install issue: Line 107 / exception.OSError

2004-08-03 Thread Jeff Garvas
l comes into qmail and gets handed off to the user mailman, which is redirecting the mail to the qmail script in the contrib directory. The values in that script at the top are defined...) -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] ht

[Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-04 Thread Jeff Garvas
n that 2.3.2 is just not cutting it. Surely someone on this list has found one if it exists, right? :-) I am starting to question my decision to use stable vs. unstable since so many applications require me to "break the rules" to make recent v

Re: [Mailman-Users] Simple all postings moderated list?

2004-08-04 Thread Jeff Barger
r mod bit is not set. :-\ Why isn't there just a checkbox that says, "All Postings Moderated" ... Or is that what the emergency flag is supposed to do? It seems a bit strange to use that. See default_member_moderation under Privacy Options ->

Re: [Mailman-Users] Mod Bit

2004-08-04 Thread Jeff Barger
On Aug 4, 2004, at 1:47 PM, [EMAIL PROTECTED] wrote: Does anyone know how to set it so all new subscribers are moderated, without affecting the current subscribers' settings? See default_member_moderation under Privacy Options -> Sender Filter

[Mailman-Users] problem still exists w/2.3.4 Python...

2004-08-04 Thread Jeff Garvas
oblem still exists. If the user trying to post to the list is moderated their submission is shunted. Does anyone know what this might be? Defining True = 1 at the top of ListAdmin.py didn't help. (MM 2.1.5) -Jeff -- Mailman-Users mailin

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread Jeff Garvas
formation. dlopen("/usr/local/lib/python2.3/lib-dynload/readline.so", 2); import readline # dynamically loaded from /usr/local/lib/python2.3/lib-dynload/readline.so >>> Help? :-) -Jeff -- Mailman-Users mailing list [EMAIL

Re: [Mailman-Users] Emails Not Getting Through?

2004-08-05 Thread Jeff Barger
ipt I immediately check my MTA logs. If you see successful delivery in your MTA log then the problem is on their end (probably a spam filter). -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-

Re: [Mailman-Users] List-Name Alias

2004-08-05 Thread Jeff Barger
der or the From: header? I believe the envelope sender should be [EMAIL PROTECTED], not [EMAIL PROTECTED] The From: header should be address of the sender unless you've got the anonymous option turned on. -Jeff -- Mailman-Users mail

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread Jeff Garvas
at idea. So how do I fix this? [EMAIL PROTECTED]:~$ python Python 2.3.4 (#1, Aug 4 2004, 23:33:28) [GCC 2.95.4 20011002 (Debian prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print True True -Jeff

Re: [Mailman-Users] Sourcing Mailman's usename/password

2004-08-05 Thread Jeff Barger
the Mailman databases are not flat ASCII text. Is it possible, with perl, to check against the Mailman subscriber database in order to confirm the matching of a given email address/password? Probably not (directly) with perl, but it's certainly doable in python.

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-06 Thread Jeff Garvas
laced python it wasn't impacting the already running state of qrunner. Problem solved. :) -jeff On Thu, Aug 05, 2004 at 08:14:45PM -0700 or thereabouts, John W. Baxter wrote: > On 8/5/2004 12:24, "Jeff Garvas" <[EMAIL PROTECTED]> wrote: > > Looks right to me (T

Re: [Mailman-Users] RE: don't delivery messages

2004-08-06 Thread Jeff Barger
ts I have suscribed in the list. Why this happen? Check your MTA logs. -Jeff -- 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 Arch

[Mailman-Users] bug report

2004-08-08 Thread Jeff Noreman
Who can create lists? Bug in Mailman version 2.1.2 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File

Re: [Mailman-Users] "Only authorized persons can post to the list" option

2004-08-09 Thread Jeff Barger
On Aug 9, 2004, at 3:28 PM, Alexandro Colorado wrote: Anyone know where I can get to the "Only authorized persons can post to the list (send the newsletters)." option within the admin panel <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq

Re: [Mailman-Users] Re: Mailman stopped sending outgoing email

2004-08-09 Thread Jeff Barger
is an email that is waiting for administrative approval. Mailman is accepting incoming emails, it is just not sending out emails. Does anyone have a suggestion as to what is wrong? And how to fix it? I haven't changed any settings, it just stopped working. Is the qrunner runn

Re: [Mailman-Users] Manking an announcement list

2004-08-09 Thread Jeff Barger
req=show&file=faq03.011.htp> -Jeff -- 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.c

Re: [Mailman-Users] [Fwd: Cron /usr/bin/python -S /usr/local/mailman/cron/disabled]

2004-08-10 Thread Jeff Barger
On Aug 10, 2004, at 12:04 PM, Erin Dalzell wrote: Anyone know what the issue is here? This looks like a OS X filesystem error. Permissions problem? -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

Re: [Mailman-Users] Mailing list info being sent as an attachment...

2004-08-10 Thread Jeff Barger
domain.com/mailman/listinfo/MyList_mydomain.com Is it possible to prevent this attachement from going out? I think this has to do with the fact that I'm sending an HTML mail. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file

Re: [Mailman-Users] Banner and Complex code in header and footer

2004-08-16 Thread Jeff Barger
and we should be able to update the FAQ Wizard to suit. FWIW, I liked it better before. Short, direct, to the point. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman

Re: [Mailman-Users] how to hide email address, but show name?

2004-08-19 Thread Jeff Barger
On Aug 16, 2004, at 11:55 PM, Charles Uibel wrote: Hi, Confused as heck, but how as an administrator of the list, can I hide email address, but show the sender’s name? Not without hacking on the Mailman source a lot. -Jeff -- Mailman-Users

Re: [Mailman-Users] security problem mailman

2004-08-19 Thread Jeff Barger
infromation from the confidential one without login or password. Is it possible to lock the archive with a password. You might want to take a look at the archiving options -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org

Re: [Mailman-Users] easy footer question...

2004-08-19 Thread Jeff Barger
admin, click on the 'details for msg_footer' link and you'll see a list of variables you can add to the footer. If you want to actually change the placement of the RFC 2369 headers you'll need to do some python hacking. I think a good pla

Re: [Mailman-Users] Too many recipients ??

2004-08-20 Thread Jeff Barger
s included my list posting address with other addresses. Kind of a pain. See 'Recipient filters' under 'Privacy options'. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailma

Re: [Mailman-Users] Too many recipients ??

2004-08-20 Thread Jeff Barger
On Aug 20, 2004, at 3:25 PM, David C. Hicks wrote: Jeff Barger wrote: No, that's not it. You're hitting the recipient limit. That would make sense if it was a big mailing list, but there are only 8 people in it. I did find the limit configuration item and set it to 0. It was 20 b

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
7;ve ever dealt with has acted like this. I know of no configuration parameter that could control this, so if it's true I expect it's something added by your host. The easy way around this would be to set it to reject any moderated (and

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: Am I alone in taking exception to people posting to this list and then having some crap software intercepting the responses they have solicited from the list's subscribers. Nope, I expect that's a pretty crowded roo

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
ply or the reply from the list. I've added a little snippet to FAQ entries 1.22 and 1.23 suggesting that people turn such things off. Feel free to change/correct/elaborate. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python

Re: [Mailman-Users] ASP-Pages for subscription on the same server like Mailman?

2004-08-22 Thread Jeff Barger
nt server (Mailman), not the local one? See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.033.htp> -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-use

Re: [Mailman-Users] Block "out off office" autoreply messages

2004-08-23 Thread Jeff Barger
spam filtering to catch a lot of these messages. IMHO, it's best to just stop munging the Reply-To. See this page: <http://www.unicom.com/pw/reply-to-harmful.html>. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.py

Re: [Mailman-Users] help with installation

2004-08-23 Thread Jeff Barger
nstall Mailman on a Windows-based server? See: <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq05.002.htp> for information on installing onto Win 2k. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/

Re: [Mailman-Users] help!!!!!

2004-08-23 Thread Jeff Barger
ync_members' to sync against a sendmail-style include file. -Jeff -- 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

Re: [Mailman-Users] Configuring Mailman with Postfix and Postfix Admin

2004-08-23 Thread Jeff Barger
s rejected: User unknown in virtual mailbox table How might I be able to integrate the mailman python script to filter out the mailman users into my setup? I expect you'll need to add the aliases by hand (or modify Mailman to add the aliases

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
e don't do that, you have to self manage."). Is there no other way than delete the entire maillist & start all over? How are you supposed to 'self manage' _anything_ w/o shell access? -Jeff -- Mailman-Users m

Re: [Mailman-Users] Mass settings

2004-08-24 Thread Jeff Barger
or every user in the web interface? You can do this using 'withlist'. -Jeff -- 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 Search

Re: [Mailman-Users] Mass settings

2004-08-24 Thread Jeff Barger
list. If all you have is the web interface I suspect you'd have to go through and do it manually. -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.pytho

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
thing you should consider when you choose a provider. I work for such a provider (which will be nameless) and I consider doing things like this as part of our 'service'. Deleting/changing a message in the mbox and running 'arch' to rebuild the ar

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
go another route. You can use other archiving systems, you know. -Jeff -- 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] WishList Items (Forced Msg from Digest, Confirm. of Approval)

2004-08-26 Thread Jeff Barger
pulling the files, checking the integrity (because you never know) and then mv/chown/chmod to the final location (and keep a backup of the old file as well). -Jeff -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mail

[Mailman-Users] Security in an nnouncement only list

2004-09-02 Thread Jeff Pflueger
. The best way around this (available in the Listserv software) is an email confirmation sent to the poster. Is there a way to set this up in mailman? Could I set up the poster to be moderated by himself or something like that? Thanks! Jeff -- Ma

[Mailman-Users] anonymous posting

2004-09-02 Thread Jeff Pflueger
if anonymous list is checked as 'yes' the subject line seems to be: "[list name] from [EMAIL PROTECTED]" with [EMAIL PROTECTED] being whoever posted to the list. Anyway to disable this and make it completely anonymous? Thanks! Jeff --

Re: [Mailman-Users] Email rejected with un-quoted From with a dot

2005-09-19 Thread Jeff Wilson
I had a similar problem subscribing dotted names while using Mailman 2.1.2 in June of last year or so. I don't know what ver of Python was in play at the time. -- Jeff Wilson - [EMAIL PROTECTED] < http://www.io.com/~jwilson > -- Mailman-Users

Re: [Mailman-Users] unsubscribe without confirmation

2005-12-08 Thread Stubbs Jeff
a newbie, asking if there is water below before jumping off the cliff. Jeff Stubbs IT Support Altman-Hall Advertising 235 West Seventh Street Erie, PA 16501 PH - 814.454.0158 FX - 814.454.3266 --- Mailman-2.1.6/Mailman/Commands/cmd_unsubscribe.py 2002-11-20 21:37:50 +++ mailman-mas/Mailman/Co

[Mailman-Users] Need help with rss patch.

2006-01-19 Thread Jeff Schoby
Anyone out there got the infamous rss.patch running properly? Send me an email offlist to [EMAIL PROTECTED] please, I could use your assistance. Thanks! -Jeff -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org

[Mailman-Users] Mailman Template

2006-01-27 Thread Jeff Edwards
w can I use the dynamic tags in templates correctly? And is there a guide anywhere explaining the templating system in detail? Jeff Edwards Software Developer CCCI -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/m

[Mailman-Users] Templates: Continued

2006-01-30 Thread Jeff Edwards
Can anyone point me to the Python module that Pipermail uses to take templates and render HTML message archives? Jeff Edwards -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

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

2006-02-12 Thread Jeff Donsbach
sts from non-members for moderation. Keep feeding the spam messages to "sa-learn". Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.

[Mailman-Users] Archiving Question

2006-02-16 Thread Jeff Edwards
attachment on the same page as the body of the message. I would like for the content of the HTML to appear on the HTML page for that message, rather than requiring an extra clickthrough to see half the message. Is it possible to make Mailman do this? Jeff Edwards Web Developer Campus Crusade for

[Mailman-Users] Message Approval via CLI

2006-02-20 Thread Jeff Stillwall
Hello everyone; I'm looking for a way to approve messages being held for moderation via the shell. Specifically, using PHP. I've looked through the Mailman command-line programs, but nothing jumps out at me as a way to do this. Is this going to be possible for me? Thanks. -- Jeff

[Mailman-Users] Mailman attempts to inline attachments of MIME type text/plain

2006-02-23 Thread Jeff DeReus
Is there a way to allow attachments of text/plain without them being added inline in the message post? Would it be possible to have the mailman archive split out the attachment and, for each message, provide a separate link to download the attachment as a separate file?

[Mailman-Users] delivery to Prodigy

2006-02-24 Thread Jeff Donsbach
ts? Thanks in advance, Jeff -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com

Re: [Mailman-Users] Integrating htdig

2006-02-27 Thread Jeff Donsbach
an3-dev mailing list, is it a safe assumption that Mailman3 development is stalled? (Please, devs, don't take this as criticism. It is just a question). Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.o

[Mailman-Users] spam being posted to archives

2006-03-04 Thread Jeff DeReus
I am running mailman 2.1.5 with SA 3.0.4 on FC3. While I am now properly tagging the mails for spam there is no reason that they should be archived along with valid posts. Is there a way to disable this based on header information or some other criteria? Thank you, Jeff D

[Mailman-Users] using an ORBS type lookup to auto reject posts

2006-03-05 Thread Jeff DeReus
sendmail with mailman. Thank you, Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail

Re: [Mailman-Users] using an ORBS type lookup to auto reject posts

2006-03-05 Thread Jeff DeReus
for a quick way to unclutter my inbox. Thank you, Jeff D On 3/5/06, Brad Knowles <[EMAIL PROTECTED]> wrote: > > At 5:52 PM -0600 2006-03-05, Jeff DeReus wrote: > > > I was curious if there is some sort of mechanism in mailman 2.1.5 to > reverse > > lookup (?) the pos

[Mailman-Users] Need help with rss patch....

2006-03-14 Thread Jeff Schoby
Anyone out there who has this or another rss solution integrated/working with mailman care to send me a line offlist? I'm having issues. :) Thanks -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mai

[Mailman-Users] Unsubscribe

2006-03-16 Thread Jeff Edwards
-- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubs

Re: [Mailman-Users] Global incoming gateway

2006-04-11 Thread Jeff Donsbach
On 4/11/06, Rob Jackson <[EMAIL PROTECTED]> wrote: > I have a message board that I want to integrate with mailman. Messages will > be sent from the message board to the list. I need a global accept for any > list to accept messages coming from the message boards. This setting also > needs to be

Re: [Mailman-Users] Global incoming gateway

2006-04-11 Thread Jeff Thompson
Jeff Donsbach wrote: > On 4/11/06, Rob Jackson <[EMAIL PROTECTED]> wrote: >> I have a message board that I want to integrate with mailman. Messages will >> be sent from the message board to the list. I need a global accept for any >> list to accept messages coming from

[Mailman-Users] Messages disappear - v2.1.6

2006-04-17 Thread Jeff Friedrichs
t is bounced, so the domain knows about the list address, but then is not processing the messages.. Any ideas I can pass along to the ISP? Thanks! Jeff (I have edited the email addresses...) -- Forwarded Message From: Mail Delivery Subsystem Date: Sat, 8 Apr 2006 11:55:46 -0400 (EDT) T

Re: [Mailman-Users] trouble running mailman in a virtual environment

2006-05-03 Thread Jeff Donsbach
On 5/3/06, wiren <[EMAIL PROTECTED]> wrote: > > Do you know of any problem relating to running mailman in virtual > environment? I am running Mailman in a virtual environment no problem (Debian under a Virtuozzo VMHost). I didn't have to do anything spe

[Mailman-Users] PGP keys causing problems

2006-05-17 Thread Jeff DeReus
posts to go through properly. Is there a method to allow for secure signatures on messages? I have searched quite a bit and have yet to find relevant information. Any information/assistance would be greatly appreciated. Thank you, Jeff D

Re: [Mailman-Users] PGP keys causing problems

2006-05-17 Thread Jeff DeReus
The poster uses an OpenPGP/MIME signature. the pass_mime_types == multipart/mixed multipart/alternative text/plain Thank you, Jeff D On 5/17/06, Todd Zullinger <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeff DeReus wrote: > >

Re: [Mailman-Users] PGP keys causing problems

2006-05-17 Thread Jeff DeReus
.bin <http://www.cactuscode.org/pipermail/developers/attachments/20060510/529c55f0/PGP.bin> However, viewing the list mbox file the full message with the attachment ?flattened? is there. Thank you, Jeff D On 5/17/06, Todd Zullinger <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAG

Re: [Mailman-Users] PGP keys causing problems

2006-05-17 Thread Jeff DeReus
On 5/17/06, Todd Zullinger <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeff DeReus wrote: > > Unfortunately filter_content was not set to yes. I am assuming that > > would be fairly "handy". > > I'm not

Re: [Mailman-Users] PGP keys causing problems

2006-05-18 Thread Jeff DeReus
the email client the submitter uses. One person is using thunderbird and the other is using the default "Mail" client on Mac OS X. the mac submitter patches at least arrive in the mbox correctly without munging. Hope that helps. Thank you, Jeff D On 5/17/06, Todd Zullinger <[EMAIL P

[Mailman-Users] create a copy of current mailman lists

2006-05-22 Thread Jeff DeReus
, can I install the latest mailman version and import mail list information in order to test? is one preferrable to another? Thank you, Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman

[Mailman-Users] error when upgrading versions

2006-05-24 Thread Jeff DeReus
re --with-cgi-gid=apache --with-mail-gid=mailman /tmp/usr/local/mailman If anyone would have any idea as to the source of this problem, any information would be greatly appreciated. Thank you, Jeff D -- Mailman-Users mailing list Mailman-Users@p

[Mailman-Users] cannot rebuild archives

2006-06-23 Thread Jeff DeReus
messages are being posted properly and go through to the list. any help would be appreciated. Thank you, Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http

Re: [Mailman-Users] cannot rebuild archives

2006-06-23 Thread Jeff DeReus
<[EMAIL PROTECTED]> wrote: > > Jeff DeReus wrote: > > >i have recently upgraded to version 2.1.8. messages are not being > archived > >for the month of june. archiving options are set properly in the > >interface. the archive.mbox is there but when i run the a

Re: [Mailman-Users] cannot rebuild archives

2006-06-23 Thread Jeff DeReus
Parser.py", line 206, in _parsebody raise Errors.BoundaryError( BoundaryError: No terminating boundary and no trailing empty line Jun 23 02:45:24 2006 (4473) Ignoring unparseable message: 1151048724.4360731+1e264a285361f87ce3a55bc965c303a3f65881d4 Thank you, Jeff D On 6/23/06, Mark Sapiro

Re: [Mailman-Users] cannot rebuild archives

2006-06-23 Thread Jeff DeReus
yet when i did the upgrade I copied all of the archives and placed them in the proper spot. all other lists archive their posts correctly. suggestions as to how to proceed or where to look? do I need to check the .mbox for the improper MIME structure? any help is appreciated. Thank you, Jeff D

Re: [Mailman-Users] cannot rebuild archives

2006-06-23 Thread Jeff DeReus
On 6/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Jeff DeReus wrote: > > > >yet when i did the upgrade I copied all of the archives and placed them > in > >the proper spot. all other lists archive their posts correctly. > >suggestions as to how to

Re: [Mailman-Users] cannot rebuild archives

2006-06-24 Thread Jeff DeReus
On 6/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Jeff DeReus wrote: > > > >On 6/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> > >> cat archives/private//index.html > >> > >> is there an entry for June 2006? > >>

[Mailman-Users] OS X & Mailman & Python

2006-09-27 Thread Stubbs Jeff
ine, but I wouldn't mind upgrading python, if it wasn't going to be problematic. Thanks, Jeff -- The optimist thinks this is the best of all possible worlds. The pessimist fears it is true. -- J. Robert Oppenheimer -- M

Re: [Mailman-Users] [Mailman-Developers] OS X & Mailman & Python

2006-09-28 Thread Stubbs Jeff
t without a hitch. Stumbled a little, setting up virtual domains, but, I've been down that road before, so I knew what to fix. Jeff -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" Mac OS X: "Are you guys coming, or wha

Re: [Mailman-Users] Threading for integration with message board

2006-10-03 Thread Jeff Donsbach
jects/m2f/ Hope this helps Jeff D -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-arch

Re: [Mailman-Users] [EMAIL PROTECTED] doesn't work

2006-10-20 Thread Jeff Donsbach
On 10/20/06, E. Conte Fraternity <[EMAIL PROTECTED]> wrote: > > I am the administrator of [EMAIL PROTECTED] . At the moment I have > problems to send messages to the users of my mailinglist. I receive an error > message: "IOError: [Errno 28] No space left on device" > Please could someone help me

[Mailman-Users] (no subject)

2007-01-03 Thread Whitcomb, Jeff
them into another folder. I am on Mailman v. 2.1.6 and Exchange 2003 with Outlook 2003. Any help would be appreciated. Thanks, Jeff Whitcomb, MCP Technology Services Manager Cumberland School of Law - Samford University 205-726

[Mailman-Users] Question about Sender Filters

2007-01-04 Thread Whitcomb, Jeff
"accept these nonmembers" filter, or will anything in filters subsequent to the accept filter be ignored? I hope I explained this well enough and will try to clarify if needs be. Thanks, Jeff Whitcomb, MCP Technology Services Manager Cumberl

[Mailman-Users] Change hundreds of digest subscribers to non-digest

2007-02-13 Thread Jeff Pflueger
be difficult - doing it by hand would be impossible - big list) How does one do this? 2 - Somehow prevent the digests from "scrubbing" html Any help would be great! Thanks. Jeff -- Mailman-Users mailing list Mailman-Users@python.org htt

Re: [Mailman-Users] Making all bounces, even temporary ones, go to list owner

2007-02-21 Thread Whitcomb, Jeff
ent through and stripped out server addresses and put fake stuff in, I wanted to see what information I need to send where to determine if this is an unrecognized bounce format that needs to be added to MailMan, or if it might be something else? Thanks, Jeff Whitcomb, MCP Technology Services Manager

<    1   2   3   4   >