. (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
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
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
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
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
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
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
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
>> `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
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
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
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
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
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
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
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__
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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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?
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
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
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
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
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!
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
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
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
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
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
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
...@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
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
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
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
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/
ls.websafe(realname)
got = Link(url, showing)
if self.getDeliveryStatus(person) <> MemberAdaptor.ENABLED:
got = Italic('(', got, ')')
--
Martin Schütte
--
Mailman-Users mailin
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
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
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
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
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
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
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
"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
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/
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
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:
>
>
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
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:
>>
>>
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
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.'"
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]
&
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 <[
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
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
>>&
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.
&
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
>>&
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
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
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
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
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
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
[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:
>
[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:
>
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
>>>>> "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
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
> "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
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
> "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
[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'
>>>>> "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
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.
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
> "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
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
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
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
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
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
>>&
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.
>>
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
, 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
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
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
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
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 - 100 of 290 matches
Mail list logo