[Mailman-Users] Fwd: Duplicates To: address

2023-06-15 Thread Martin Schumacher
. (Or is this normal, and expected behaviour?) Regards, Martin -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
Worked like a charm: `for l in ; do list=${l}@list.poc.im; d=/data/var/lib/mailman/lists/${l}; echo $list; mailman-web hyperkitty_import -l $list /data/var/lib/mailman/archives/private/$ {l}.mbox/${l}.mbox; done` did the same for two more domains and ran `mailman-web rebuild_index` afterward

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
seems to me, you are right: ``` (venv) mailman@arda:~$ mailman-web help [...] [hyperkitty] hyperkitty_import hyperkitty_warm_up_cache mailman_sync update_index_one_list [...] ``` I followed the instructions: using pip to get mailman and deps basis is a debian bullseye with python 3

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
Odhiambo Washington wrote: > > You need a dose of chill pill with MM3. You are still far away from getting > > done :-) I don't have the **time** to spend on that. It already took me two full days of reading docs and asking questions. I have more urgent things to do, but there are quite a few p

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
This is the instruction I followed https://docs.mailman3.org/en/latest/install/virtualenv.html#initial-configuration I really don't care much about beauty at the moment. I simply need a working system. -- Mailman-Users mailing list -- mailman-u

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
https://docs.mailman3.org/en/latest/django-primer.html gives a bunch of commands but none of them works in my setup. I followed the instructions given in https://docs.mailman3.org/en/latest/install/virtualenv.html to end with a **working** mailman3. Butt almost all the admin cli commands don't

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
I've got a `settings.py` (according to the docs this should be the master file including `settings_local.py` ...) reading as follows: ``` root@arda:/etc/mailman3# cat settings.py # Mailman Web configuration file. # /etc/mailman3/settings.py from mailman_web.settings.base import * from mailman_w

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
Odhiambo Washington wrote: > On Sat, Oct 15, 2022 at 1:47 PM Martin Lorenz git...@member.holoclan.de > wrote: > > Thanks for you hint. [...] > > > I did not literally mean that you should run the command I gave :) I guess got that hint ;-) [...] > Question now is - do yo

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
>> `python manage.py hyperkitty_import -l stamm ...` btw. this is, what it says in the docs: https://docs.mailman3.org/en/latest/migration.html -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-user

[Mailman-Users] Re: manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
Thanks for you hint. unfortunately I still doubt that everything is working correctly in my setup. This is what I get, when trying to user django_admin: ``` (venv) mailman@arda:~/venv$ /opt/mailman/mm/bin/django-admin hyperkitty_import -l stammesleit...@list.poc.im /data/var/lib/mailman/archiv

[Mailman-Users] manage.py not found in virtual environment

2022-10-15 Thread Martin Lorenz
I hope this ist just a misunderstanding and owed to my lacking knowledge on how venv works ... when trying to migrate lists from mailman 2.1 I hit this: ``` (venv) mailman@arda:/etc/exim4$ python manage.py hyperkitty_import -l stammesleit...@list.poc.im /data/var/lib/mailman/archives/private/s

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
everything is nice and silky again ... that's what I finally did to the database: ``` sudo -u postgres psql postgres=# \connect mailmanweb mailmanweb=# insert into django_site(id, domain, name) values (1, 'example.com', ''); INSERT 0 1 mailmanweb=# insert into django_mailman3_maildomain(id, mail

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
i think, I hit a bug I had mailman up and running, sent testmails to a testlist, used the webinterface ... but than I played around with the domains. I had added one of my domains for the test list but in the archive interface I still had "example.com" as a header. so I switched over to the

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
heureka! added two lines to the nginx config and now it seems up and running ... _location_ now looks like this: ``` location / { proxy_pass http://127.0.0.1:8000; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; prox

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
thanks, that one did the trick I think I kint of got ist up and running now. this ist how the site looks: https://list.poc.im/mailman3/lists/ I don't think, it should be like that. I already added ``` location /static/ { alias /opt/mailman/web/static; } ``` to my nginx config, b

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
OK thanks for the advice. I started installing following the path ... the first error I hit is: ``` (venv) mailman@arda:/etc/mailman3$ mailman-web migrate Traceback (most recent call last): File "/opt/mailman/venv/lib/python3.9/site-packages/django/template/utils.py", line 66, in __getitem__

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-14 Thread Martin Lorenz
Now I will start over ... First of all: do you recommend the debian package install or the manual one? ``` Package mailman3: p 3.3.3-1 stable

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-09 Thread Martin Lorenz
Stephen J. Turnbull wrote: > Martin Lorenz writes: > > I am afraid, mailman3 needs far too much system resources for this > > virtual server. > > This whole story doesn't make much sense to me. You switched to a new > virtual server because Mailman 2 isn't suppo

[Mailman-Users] Re: Hevy resource footprint forces backdrop to mailman 2.1

2022-10-08 Thread Martin Lorenz
Mark Sapiro wrote: > https://www.python.org/downloads/release/python-2718/ but it would be > much better to fix your Mailman 3 issues. I am afraid, mailman3 needs far too much system resources for this virtual server. I had it up and running but system load shoot up to values beyond 10 whenever

[Mailman-Users] Hevy resource footprint forces backdrop to mailman 2.1

2022-10-07 Thread Martin Lorenz
Greetings, after many years of smoothly running a mailman2 instance I had to migrate my virtual server to a new provider. There I found, that mailman2 was no longer supported and tried to migrate to mailman3 .. with much pain and no success. Mailman3 keeps crashing my v-server and swallows almo

Re: [Mailman-Users] Footer shows as a txt attachment instead of appended in body

2018-10-07 Thread Martin Nünning
implement MIMEDefang. Just as a List Admin I would say no chance Regards Martin --- > Am 06.10.2018 um 20:32 schrieb Joe Mezzanini : > > I have a mailman discussion group with some text > in the "Foo

Re: [Mailman-Users] User doesn't get added to mailinglist

2018-09-21 Thread Martin Nünning
ave any idea whats wrong? > > > Greetings Pascal > > -- > Mailman-Users mailing list Mailman-Users@python.org > https://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://wiki.list.org/x/AgA3 > Sec

Re: [Mailman-Users] change listinfo url?

2018-06-12 Thread Martin Schulte
Hi Russell! On Tue, 12 Jun 2018 14:21:46 -0700 Russell Clemings wrote: > The bots are killing me. Did you try https://github.com/noabospam/abospam ;-) Greetings, Martin -- Mailman-Users mailing list Mailman-Users@python.org ht

[Mailman-Users] Some patterns for ban_list and script to automatically update it

2018-06-09 Thread Martin Schulte
b.com/noabospam/abospam.git Greetings, Martin -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable

[Mailman-Users] State of the ARC

2016-09-17 Thread Martin Schulte
Hello, in the archives of the developer mailing list I read that there have been efforts to implement the Authenticated Received Chain (ARC) Protocol in Mailman. Can anyone tell me about the state of this? Thanks a lot for all the work you are doing, Martin

[Mailman-Users] Sending mails to all list administrators

2016-07-28 Thread Martin Stein
Hi, I'm looking for an easy way, as site administrator, to send a message to all list administrators. Is there any possibility to set up a autogenerated list with all list administrators of the site or another smooth solution? Regards, Martin -- Martin Stein Attac Deutschland We

[Mailman-Users] Sending reminder without password

2016-04-21 Thread Martin Stein
on to preventing it from sending the password(s)? Thank You! -- Martin Stein Attac Germany Webteam Attac Germny Münchener Str. 48 60329 Frankfurt am Main Mail: martin.st...@attac.de -- Mailman-Users mailing list Mailman-Users@python.org

Re: [Mailman-Users] Postfix with MySQL

2015-08-16 Thread Martin Skjöldebrand
Quoting Mark Sapiro : On 08/15/2015 11:35 PM, Martin Skjöldebrand wrote: On Sat, 2015-08-15 at 09:29 -0700, Mark Sapiro wrote: Also, what's in data/virtual-mailman? I don't have one, maybe that's the problem =) Yes, that is the problem. You posted that you h

Re: [Mailman-Users] Postfix with MySQL

2015-08-15 Thread Martin Skjöldebrand
ailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cfvirtual_uid_maps = static:5000 /Martin S -- * This address is for technical mail lists only. For all other matters, please use my main

[Mailman-Users] Postfix with MySQL

2015-08-14 Thread Martin Skjöldebrand
map /path/to/data/transport-mailman" Should that create a virtual_to_transport from these statements? Or should I first create the file and then feed it with the above? Also I'm not altogether certain that it covers mysql-based postfix setups. /Martin S --

[Mailman-Users] client denied by server configuration: /usr/lib/cgi-bin/mailman/listinfo

2015-08-13 Thread Martin Skjöldebrand
1 www-data list 10200 Apr 6 17:45 rmlist -rwxr-xr-x 1 www-data list 10200 Apr 6 17:45 roster -rwxr-xr-x 1 www-data list 10200 Apr 6 17:45 subscribe Or at least not more fubar than the others =) Any pointers as to where to take troubleshooting from here?

Re: [Mailman-Users] dmarc_moderation_action not working in 2.1.18

2014-06-13 Thread glen martin
still not working right until a reboot. Maybe a problem in my init scripts. thx glen On 06/13/2014 09:02 PM, Mark Sapiro wrote: On 06/13/2014 08:07 PM, glen martin wrote: I'm having a similar problem, also using 2.1.18-1. Posts from a Yahoo user are bouncing on redelivery to him. Jun

Re: [Mailman-Users] dmarc_moderation_action not working in 2.1.18

2014-06-13 Thread glen martin
I'm having a similar problem, also using 2.1.18-1. Posts from a Yahoo user are bouncing on redelivery to him. Jun 13 18:55:00 host postfix/smtp[15681]: 912BD520AB: to=, relay=mta5.am0.yahoodns.net[98.138.112.33]:25, delay=1.2, delays=0.05/0/0.25/0.92, dsn=5.7.9, status=bounced (host

Re: [Mailman-Users] Questions on Mailman list administration.

2013-12-14 Thread Martin Schulte
gt; posted in a given time period, their country of origin, date when they > were subscribed to the lists, e-mail address, and others ? Will probably not be that easy but with shell access it might be worth thinking more about it. Greetings, Martin

[Mailman-Users] Upgrade Mailman 2.1.13 to 2.1.16

2013-11-01 Thread Martin Hugo
Hi All, We are running Mailman 2.1.13 (on Ubuntu) and have been for some time. Recently the SPAM bots have been hitting our subscription addresses so hard the bounces have tripped the filters at Microsoft and blocked a couple of lists addresses until I get them to unblock them. It looks like

Re: [Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Martin N Brampton
r redirect to the SSL version of the site (because I don't like passwords being sent as plain text for anything that matters), and there are liable to be problems with the SSL certificate if a variety of domains are pointed into an SSL site. So maybe I should reconsider reverse proxying!

[Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Martin Brampton
I'm running Mailman 2.1.13 from the Debian Squeeze repositories (on Debian Squeeze) to provide mailing lists across several domains. The domains that are not the primary mailing list domain have 301 redirects of URLs such as .../listinfo/ or .../admin/ to the primary domain. In most c

Re: [Mailman-Users] Response: 450 Host down

2010-12-29 Thread Martin Hugo
Hi Joni, Sounds like your incoming mail server for your Mailman System is either not reachable or not responding to your outgoing server when you send the message. You don't mention if they are separate systems or domains so I can't make any other suggestions at this time. I would try opening

[Mailman-Users] Specific geographical membership in the maillist; Folkemusiklisten

2010-02-23 Thread Martin Ibsgaard
the sender is not registered by geographical area, but only by his or hers mail address. Kind regards Martin Ibsgaard Information Services --- Folkemusikkens Fælles Sekretariat Saltholmsgade 22 8000 Århus C Tlf: +45

[Mailman-Users] Folkemusiklisten - Importing existing member to our new host

2010-02-18 Thread Martin Ibsgaard
that manually or is there a way to copy/paste the subscribers/members to our new webhost? Kind regards Martin ibsgaard The Danish Folk Council --- Folkemusikkens Fællessekretariat Saltholmsgade 22 8000 Århus C Tlf: +45

Re: [Mailman-Users] Status of virtual mailing list management

2010-02-17 Thread martin f krafft
had a hackish feature branch that did exactly this in place for years, actually. I am really glad to see this hit mainline. In fact, I am so glad that I am considering setting up a new listserv just for test-driving mailman 3 with some real lists. Thanks! -- martin | http://madduck.net/ | http

Re: [Mailman-Users] Status of virtual mailing list management

2010-02-16 Thread martin f krafft
wiki page. Ideally, there would also be a link from the launchpad project page. Anyway, just suggestions that might prevent the next idiot like me from pestering the list. ;) Thanks, -- martin | http://madduck.net/ | http://two.sentenc.es/ "truth is stranger than fiction, but it is be

[Mailman-Users] Status of virtual mailing list management

2010-02-16 Thread martin f krafft
...@baz.org as two separate lists? Thanks, -- martin | http://madduck.net/ | http://two.sentenc.es/ "the truth is rarely pure and never simple. modern life would be very tedious if it were either, and modern literature a complete impossib

Re: [Mailman-Users] rejecting messages *to* non-members

2009-11-26 Thread glen martin
hether each of them is a list member. Reject on failure, fall through and pass. The hardest part will be figuring out now python works ... Thanks to everyone for the responses and suggestions so far, much appreciated. Geoff Shang wrote: On Wed, 25 Nov 2009, glen martin wrote: I've got so

[Mailman-Users] rejecting messages *to* non-members

2009-11-25 Thread glen martin
Apologies if this is a FAQ ... yadda yadda ... searched wiki, list archive, FAQs, even the documentation :) I've got some rude users who occasionally cc non-list members on their messages to a restricted list that is actually intended to be private (membership by invitation only). Then, as yo

Re: [Mailman-Users] List all members of All lists

2009-11-20 Thread Martin Schütte
mbers $i`; do \ echo $i, $j; \ done; \ done -- Martin -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.li

[Mailman-Users] reseting mailman password

2009-08-21 Thread Martin Barr-David
I am an administrator of an email list and lost the password to the admin interface what can I do please help ANYONE, HURRY E-mail message checked by Spyware Doctor (6.1.0.447) Database version: 6.13090 http://www.pctools.com/en/spyware-doctor/

Re: [Mailman-Users] Display Real Name in Subscriber List

2009-02-05 Thread Martin Schütte
ls.websafe(realname) got = Link(url, showing) if self.getDeliveryStatus(person) <> MemberAdaptor.ENABLED: got = Italic('(', got, ')') -- Martin Schütte -- Mailman-Users mailin

[Mailman-Users] Sender and To Fields

2009-01-12 Thread Brandon Martin
Is there a way that I can remove the Sender field from the header all together? Also I was hoping that there was an option with mailman so instead of the mailing list showing in the TO: field if each person that recieves it has there email address in the TO: field so it looks like they were the

[Mailman-Users] Messages dissapear after postdix delivers them to mailman

2008-10-08 Thread Martin Vool
Hello, something odd has hapend. I have not updated the system or changed anything related to mailman. I tryed to restart the server but no change. /var/log/messages: # tail -n1 /var/log/messages | grep DE910114945 Oct 8 01:55:02 tipikas MailScanner[18363]: Requeue: 80A17114967.CC9A6 to DE910

Re: [Mailman-Users] Are there any known exploits in 2.1.5 rerequestemail address and spamming?

2008-09-23 Thread Martin Evans
Mark Sapiro wrote: Martin Evans wrote: Mark Sapiro wrote: If I understand correctly what you are saying, spam is being sent to the list-request address with a From: header containing an innocent 3rd party address. The response from Mailman, which contains the original message, is sent to the

Re: [Mailman-Users] Are there any known exploits in 2.1.5 re requestemail address and spamming?

2008-09-22 Thread Martin Evans
Mark Sapiro wrote: Martin J. Evans wrote: I've inherited a 2.1.5 mailman. In the last few days we've been blacklisted by a number of major sites. On further investigation it looks like our mailman has been compromised in some way. Emails to the request address are somehow being us

[Mailman-Users] Are there any known exploits in 2.1.5 re request email address and spamming?

2008-09-20 Thread Martin J. Evans
es anyone know of an exploit in 2.1.5 which allows spam to be sent via mailman in 2.1.5? Thanks Martin -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.o

Re: [Mailman-Users] list request.pck out of date wrt data/holding*

2008-09-20 Thread Martin Evans
Mark Sapiro wrote: Martin Evans wrote: I've just taken over an existing mailman list and I'm hitting a rather annoying problem I hope someone can help me with. When I go to the web admin list and select "Tend to pending moderator requests" it takes ages then times out. I

[Mailman-Users] list request.pck out of date wrt data/holding*

2008-09-19 Thread Martin Evans
someone may have deleted holding files from data/ and not used discard. Is there any way to rebuild the request.pck file? Thanks Martin -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailma

[Mailman-Users] Changing the From: field

2008-03-27 Thread Stephen Martin
"MYLIST [EMAIL PROTECTED]>" instead of "Stephen Martin <[EMAIL PROTECTED]>". This new behavor (with the list name instead of the sender name) is not what I want (and not what the list used to do). I want the list to show the actual sender. I don't know how

[Mailman-Users] Integration with OpenLDAP or AD directory?

2007-12-03 Thread Martin S
ilman I've been thinking of trying to the integration to work. Regards, Martin S -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/

Re: [Mailman-Users] Rejection Message

2007-11-04 Thread Martin Dennett
And just to throw a bit more fuel on the fire, my reply to Mark bounced as "Reason: spam source blocked" :-) Mark Sapiro wrote: > Martin Dennett wrote: > > >> When posting to a list, if I reply to a reply to a reply, I get a >> rejection from the server say

Re: [Mailman-Users] Rejection Message

2007-11-04 Thread Martin Dennett
Mark Thanks as ever. The incoming mail was (appeared to be) in plain text, so I've made an amendment in Thunderbird's settings to reply in plain text. I'll see what happens next time I try to reply as previous. Rgds MD Mark Sapiro wrote: > Martin Dennett wrote: > >

[Mailman-Users] Rejection Message

2007-11-04 Thread Martin Dennett
When posting to a list, if I reply to a reply to a reply, I get a rejection from the server saying "The message's content type was not explicitly allowed" - but prior to this, the messages get accepted. Any ideas what may be causing this, and what the admin can do (no command line access) to pr

Re: [Mailman-Users] Reject *to* non-subscriber

2007-10-12 Thread glen martin
ilman. Very easy to set up, has run flawlessly for my subscribers. All the efforts of the contributers are much appreciated. glen Mark Sapiro wrote: > John W. Baxter wrote: > > >> On 10/11/07 2:33 PM, "glen martin" <[EMAIL PROTECTED]> wrote: >> >>

[Mailman-Users] Reject *to* non-subscriber

2007-10-11 Thread glen martin
I've seen several posts about restricting non-subscribers from posting. This is a little different. I run a private list where the list-members have decided they don't want non-subscribers on the threads at all. But occasionally one will forget and cross-post. I'd like to bounce subscriber me

Re: [Mailman-Users] cloning subscriber list to another list

2007-08-29 Thread martin f krafft
advice. Thanks, Mark. -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED] "my father, a good man, told me: 'never lose your ignorance; you cannot replace it.'"

[Mailman-Users] cloning subscriber list to another list

2007-08-28 Thread martin f krafft
case, does it matter that the old one will be on a 2.1.5 instance while the new one is 2.1.9? Thanks for any comments. -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED] &

[Mailman-Users] Fwd: spam rule not stopping

2007-08-09 Thread Martin S
Not sure this got to the list... Apologies if it did. MArtin S -- Forwarded message -- From: Martin S <[EMAIL PROTECTED]> Date: 2007-aug-07 05:14 Subject: Re: [Mailman-Users] spam rule not stopping To: Mark Sapiro <[EMAIL PROTECTED]> 2007/8/5, Martin S <[

[Mailman-Users] spam rule not stopping

2007-08-03 Thread Martin S
I've got X-Spam-Level: in my spam rule 1 under Privacy options. Still Mailman doesn't stop mail directed to the maillist with a score of 8+. What's up with that? Regards, Martin S -- Mailman-Users mailing list Mailman-U

Re: [Mailman-Users] Topics and senders

2007-04-15 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> Mark Sapiro wrote: >> >>> What Mailman version is this, and is it a package or a source install? >>> >>> I've only actually tested this on 2.1.5, but I see nothing in the code >>&

Re: [Mailman-Users] Topics and senders

2007-04-04 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> Mark Sapiro wrote: >> >>> If you enable delivery for these test members, do they receive either >>> ordinary or urgent posts? >>> >> Yep - both types. Just tried them out now. &

Re: [Mailman-Users] Topics and senders

2007-04-04 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> Mark Sapiro wrote: >> >>> Check Mailman's smtp and smtp-failure logs to see how many recipients >>> Mailman sent to and if there were any failures at the smtp level. Also >>&

Re: [Mailman-Users] Topics and senders

2007-04-03 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> No, definitely not. As explained above, this account I'm sending from >> now received the message OK. I amended the settings for this account to >> digest only and the mail got through as a regular mail, as you

Re: [Mailman-Users] Topics and senders

2007-04-03 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > >> I have a test list, and tried this out. I subscribed a couple of extra >> accounts of mine to the list, and set them to No Mail (disabled by >> administrator). Sending a mail to the list with the "Urgent: &quo

Re: [Mailman-Users] Topics and senders

2007-04-02 Thread Martin Dennett
he headers and found that the password doesn't appear ;-). Don't want my more savvy members checking things out and discovering what they shouldn't ;-) Rgds MD Mark Sapiro wrote: > Brad Knowles wrote: > > >> At 8:10 AM +0100 4/2/07, Martin Dennett wrote: >&g

[Mailman-Users] Topics and senders

2007-04-02 Thread Martin Dennett
Hi I have a topic set up which I use to be able to send to ALL members of the list, even if they choose to read on the web only (similar to the Yahoo Special Notices feature). However, if anyone replies to a mail that follows the rule, all members subscribed to the topic also receive those rep

Re: [Mailman-Users] how long does a installation take normally?

2007-03-23 Thread Martin Wheeler
than installing the mailman software in the first place. Just my 2p's worth. [And personally, I'm with bytemark.co.uk] YMMV. -- Martin Wheeler - 00 44 1458 83-1103Glastonbury - BA6 9PH - England [EMAIL PROTECTED] http://avalonit.net/ http://martinwheeler.net/ GPG pub key : 01

[Mailman-Users] Subscribe command doesn't check for spam?

2007-02-27 Thread Martin Hagelin
dding to the flow of unwanted mail messages on the net... Is this a bug or a feature or have I gotten the things backwards? Shouldn't postings to the subscribe address be checked in the spam filter? Regards, /Martin -- Mailman-Users m

Re: [Mailman-Users] Filter based on message text

2007-01-16 Thread Martin Dennett
[EMAIL PROTECTED] wrote: > > Subject: > Re: [Mailman-Users] Filter based on message text > From: > Mark Sapiro <[EMAIL PROTECTED]> > Date: > Mon, 15 Jan 2007 14:53:49 -0800 > To: > Martin Dennett <[EMAIL PROTECTED]>, Mailman Users > > > To: >

Re: [Mailman-Users] Mailman-Users Digest, Vol 35, Issue 26

2007-01-16 Thread Martin Dennett
[EMAIL PROTECTED] wrote: > > Subject: > Re: [Mailman-Users] Filter based on message text > From: > Mark Sapiro <[EMAIL PROTECTED]> > Date: > Mon, 15 Jan 2007 14:53:49 -0800 > To: > Martin Dennett <[EMAIL PROTECTED]>, Mailman Users > > > To: >

[Mailman-Users] Filter based on message text

2007-01-15 Thread Martin Dennett
Hi Just wondering if it's possible (via spam filters?) to take action on a mail depending on text found in the body of an email? Had a quick check of the FAQ's and didn't see anything that looked applicable. I don't have command line access Rgds MD

Re: [Mailman-Users] Mailman archive messages(not rm, but install!)

2006-12-08 Thread John A. Martin
>>>>> "Brad" == Brad Knowles >>>>> "Re: [Mailman-Users] Mailman archive messages(not rm, but install!)" >>>>> Fri, 8 Dec 2006 22:28:19 -0600 Brad> At 10:17 PM -0500 12/8/06, John A. Martin wrote: >> >> I

Re: [Mailman-Users] Mailman archive messages(not rm, but install!)

2006-12-08 Thread John A. Martin
Mailman-Users] Mailman archive messages(not rm, but install!)" >>>>> Fri, 8 Dec 2006 07:52:33 -0500 Paul> Quoting Brad Knowles ([EMAIL PROTECTED]): >> At 11:43 AM -0500 12/8/06, John A. Martin wrote: >> > See <http://packages.debian.org/unstabl

Re: [Mailman-Users] Mailman archive messages(not rm, but install!)

2006-12-08 Thread John A. Martin
> "Brad" == Brad Knowles > "Re: [Mailman-Users] Mailman archive messages(not rm, but install!)" > Fri, 8 Dec 2006 08:52:26 -0600 Brad> At 7:52 AM -0500 12/8/06, Alan McConnell quoted me: >>> Uh, what version of Mailman is that? I thought that Mailman >>> had fully integra

[Mailman-Users] virtual domains + postfix

2006-12-08 Thread Martin Marcher
a what's really going on here anymore I figured I wait what you say you need... \martin -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/f

Re: [Mailman-Users] Difficulties with mailman 2.1.5

2006-11-19 Thread John A. Martin
> "Brad" == Brad Knowles > "Re: [Mailman-Users] Difficulties with mailman 2.1.5" > Sun, 19 Nov 2006 02:52:50 -0600 Brad> What really needs to happen is the Debian guys need to get Brad> 2.1.9 and "Debian-ize" that codebase, and then ship that out Brad> to all their custome

Re: [Mailman-Users] AOL Rant

2006-11-16 Thread Martin Dennett
[EMAIL PROTECTED] wrote: > > > > > Subject: > [Mailman-Users] AOL Rant > From: > Raquel <[EMAIL PROTECTED]> > Date: > Thu, 16 Nov 2006 11:03:03 -0800 > To: > Mailman-Users@python.org > > To: > Mailman-Users@python.org > > > I'

Re: [Mailman-Users] spam, spamcop and mailman moderation

2006-11-12 Thread John A. Martin
>>>>> "Brad" == Brad Knowles >>>>> "Re: [Mailman-Users] spam, spamcop and mailman moderation" >>>>> Sat, 11 Nov 2006 19:56:36 -0600 Brad> At 11:17 AM -0500 11/11/06, John A. Martin wrote: >> Perhaps amend Char

Re: [Mailman-Users] Banning members

2006-11-11 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> Having added [EMAIL PROTECTED] to the "List of addresses which are banned >> > >from membership in this mailing list.", I've still got 3 "debora" > >> addresses to approve.

Re: [Mailman-Users] Banning members

2006-11-11 Thread Martin Dennett
Having added [EMAIL PROTECTED] to the "List of addresses which are banned from membership in this mailing list.", I've still got 3 "debora" addresses to approve. Do you have any ideas? MD -- Mailman-Users mailing list Mailman-Users@python.org h

Re: [Mailman-Users] spam, spamcop and mailman moderation

2006-11-11 Thread John A. Martin
> "Brad" == Brad Knowles > "Re: [Mailman-Users] spam, spamcop and mailman moderation" > Fri, 10 Nov 2006 20:51:55 -0600 Brad> At 11:45 AM -0500 11/10/06, Charles Gregory wrote: >> The only suggestion I can come up with is some simple >> last-minute filtering within mailman

Re: [Mailman-Users] Banning members

2006-11-10 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> I'm aware of the Mailman syntax for banning domains, but I'd like to ban >> members now whose email address *starts* with a given string! I've had a >> lot of requests lately from "debora" to

[Mailman-Users] Banning members

2006-11-10 Thread Martin Dennett
I'm aware of the Mailman syntax for banning domains, but I'd like to ban members now whose email address *starts* with a given string! I've had a lot of requests lately from "debora" to join my list, always followed by something else before the "@" and at various domains. I tried following the

Re: [Mailman-Users] Mails not writing to archive immediately

2006-10-27 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > > >> I've just been mailed by one of my users to say that the archive for my >> list is not up to date. Having just checked prior to sending this, I >> found that by clicking on the "Date" link for this mo

[Mailman-Users] Mails not writing to archive immediately

2006-10-25 Thread Martin Dennett
I've just been mailed by one of my users to say that the archive for my list is not up to date. Having just checked prior to sending this, I found that by clicking on the "Date" link for this month, the last message written to it is nearly a week old. Downloading the Gzip'd text file (which nev

Re: [Mailman-Users] Another puzzler

2006-10-05 Thread Martin Dennett
Mark Sapiro wrote: > Martin Dennett wrote: > >> Brad Knowles wrote: >> >>> At 7:23 AM +0100 10/4/06, Martin Dennett wrote: >>> >>> >>>> There is no other information in the bounce message, so how do I >>&

Re: [Mailman-Users] X-SPAM-FILTER problems

2006-10-05 Thread martin moriarty
Excellent thanks, I'll upgrade and check it out. Mark Sapiro wrote: >martin moriarty wrote: > > > >>We run Mailman Version 2.1.5. Ive >>added in spam filter rules/expression: X-SPAM-FLAG:YES . Seems to work >>for a while, then stops working. >>

Re: [Mailman-Users] Another puzzler

2006-10-04 Thread Martin Dennett
Brad Knowles wrote: > At 7:23 AM +0100 10/4/06, Martin Dennett wrote: > >> There is no other information in the bounce message, so how do I >> find out who the message is really trying to be delivered to? > > This kind of problem is what VERP was designed to make much eas

[Mailman-Users] X-SPAM-FILTER problems

2006-10-04 Thread martin moriarty
, indeed they work fine for a while. Any ideas on where I could be going wrong would be much appreciated Regards Martin . -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ

Re: [Mailman-Users] Mailman Archive problems with opening attachments

2006-10-04 Thread martin moriarty
Many thanks for the good and informational answer. I'll be upgrading to 2.1.9 soon so will check it out as well thanks Mark Sapiro wrote: >martin moriarty wrote: > > > >>We're running mailman 2.1.5 successfully here. Weve a particular problem >>with vie

[Mailman-Users] Another puzzler

2006-10-03 Thread Martin Dennett
This one has me completely baffled. Whenever a mail is hitting one of my lists, I'm getting an "undeliverable" bounce message. The message comes from "[EMAIL PROTECTED]", and the body of the mail states: The message that you sent was undeliverable to the following: bhaggett (UNUSED) H

Re: [Mailman-Users] Approving mails

2006-10-03 Thread Martin Dennett
Mark Sapiro wrote: > Mark Sapiro wrote: > >> You can still do it, but your Approved: line must be in a message sent >> to the -request and with the subject of the sub-part >> message, i.e. "confirm <40 digit hex token>" (perhaps preceded by "Re >> :", but not by "Re : ". >> > > > I think I

[Mailman-Users] Approving mails

2006-10-03 Thread Martin Dennett
Hi I've checked the FAQ's and can't see (probably because "wood" and "trees" springs to mind) how to approve mails without having to go to the web to do it. The message I get telling me there's a mail awaiting approval states: "If you reply to this message, keeping the Subject: header intact,

  1   2   3   >