Jon Forrest skrev:
Anders Norrbring wrote:
Yeah.. I'll do a RPM build for SUSE on the latest version as soon as I
can find the time. The thing I was a bit concerned about was the move
from one machine to the other. Seemed to work fine though..
Maybe I'm old fashioned, but bui
Brad Knowles skrev:
At 4:05 PM +0100 10/29/06, Anders Norrbring wrote:
I have a bunch of lists that resides on an old 2.1.2 installation.
I want to move these to a newer machine with Mailman v2.1.7.
Keep in mind that 2.1.7 has been superceded by 2.1.8 and now 2.1.9. I
believe that there
Thanks Mark,
A very easy to go by description! I was thinking in these lines, but
wanted to check first.
Again, thanks.
Anders.
Mark Sapiro skrev:
Anders Norrbring wrote:
I have a bunch of lists that resides on an old 2.1.2 installation.. I
want to move these to a newer machine with
on any of my systems...
Tips and hints are welcome!
--
Anders Norrbring
Norrbring Consulting
--
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
Patrick Bogen skrev:
On 10/6/06, Anders Norrbring <[EMAIL PROTECTED]> wrote:
Thanks Mark,
But I don't feel that fetchmail would be the right way for me...
I'm thinking that maybe I can mount the mailman executable directory
from the webserver as a NFS share, and then run &q
Mark Sapiro skrev:
Anders Norrbring wrote:
I'm having troubles finding info on this matter.. Probably because
English isn't my native language, so I guess I just don't get the search
terms right to get relevant results.
Try the threads starting at
<http://mail.python.org
Anders Norrbring skrev:
Eric Howland skrev:
On 8/30/06, Mark Sapiro <[EMAIL PROTECTED]> wrote:
Anders Norrbring wrote:
Simple question,
would it be possible to run mailman on one host, and the Postfix MTA on
another host?
The reason is that I'm configuring a new in/outgoing
Eric Howland skrev:
> On 8/30/06, Mark Sapiro <[EMAIL PROTECTED]> wrote:
>> Anders Norrbring wrote:
>>
>> >Simple question,
>> >would it be possible to run mailman on one host, and the Postfix MTA on
>> >another host?
>> >
>> &g
e to split things up.
If it can be done, any hints on how?
--
Anders Norrbring
Norrbring Consulting
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.or
I have a running mailman 2.1.2 installation where I'm looking to add
more parameters to the signup.
What I want to do is add one more text input field to the web signup
form, and to have the content of that field show in both the e-mail sent
to the admin that notifies that a new user want to si
> On Thu, Aug 12, 2004 at 11:23:34PM +0200, Anders Norrbring wrote:
> > I guess that the problem is in the way Mailman and Apache interprets
> what I
> > enter in the welcome_msg text entry box in the Mailman Admin page, after
> > all, this is a web page, and hence entered
> At 3:44 PM +0200 2004-08-12, Anders Norrbring wrote:
>
> > I've noticed a small problem... If I enter a "Welcome to the list
> message"
> > in welcome_msg that includes international characters like our Swedish
> å ä ö
> > Å Ä Ö then the e-mail
I've noticed a small problem... If I enter a "Welcome to the list message"
in welcome_msg that includes international characters like our Swedish å ä ö
Å Ä Ö then the e-mail sent to list user contains encoded characters like
ä and å
Can this be prevented?
A
I've noticed that at change of month when e-mail should be sent to all list
members (the password reminder) my CPU usage increases dramatically.
Right now I can see that Python consumes 93.4% of the CPU time (checked in
top). My mailman is v2.1.2 and the list (one and only) has about 180
members.
46sdf6s5a4f
As you can see, port 800 is omitted!
Anders Norrbring
--
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: h
nt approach would be to have mailman answer on a different port
than 80 for the web interface and redirect the calls to the second machine,
but it doesn't feel "right".
Anders Norrbring
--
Mailman-Users mailing list
[EMAIL PROTEC
> * Anders Norrbring <[EMAIL PROTECTED]> [040304 11:32]:
>
> > Is it possible to "split" Mailman's functions across machines? What I
> want
> > to accomplish is to run the web-part on the machine that runs only
> apache
> > and the mail part
> * Anders Norrbring <[EMAIL PROTECTED]> [040304 11:32]:
>
> > Is it possible to "split" Mailman's functions across machines? What I
> want
> > to accomplish is to run the web-part on the machine that runs only
> apache
> > and the mail part
nt approach would be to have mailman answer on a different port
than 80 for the web interface and redirect the calls to the second machine,
but it doesn't feel "right".
Anders Norrbring
--
Mailman-Users mailing list
[EMAIL PROTEC
.
So, how can I change the "contact" address shown above?
Later,
Anders Norrbring
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/f
-> > When I click the link in IExplorer, the .mbox file opens as text in the
-> > window instead of initiating a download..
->
-> Right-click that link instead of left-click
-> and choose the line beginning from the word "Save".
Oh well, I know that, but most of the users don't. And I also know
my memory here?
Anders Norrbring
--
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-use
m_cfg.EDITED_ARCHIVES_FILE, 'a')
fp.write(mlist.internal_name() + '\n')
fp.close()
I don't know where it comes from, the SuSE dist, or from the source
compilation, but it's there...
Anders Norrbring
-> -Original Message-
-> From: Jon Carnes
TagForArchProcessing(mlist):
fp = open(mm_cfg.EDITED_ARCHIVES_FILE, 'a')
fp.write(mlist.internal_name() + '\n')
fp.close()
I don't know where it comes from, the SuSE dist, or from the source
compilation, but it's there...
Anders Norrbring
-> -Original Message
hives", line 86, in main
fp = open(mm_cfg.EDITED_ARCHIVES_FILE)
AttributeError: 'module' object has no attribute 'EDITED_ARCHIVES_FILE'
Later,
Anders Norrbring
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://
I as the admin can log on to the list's admin pages.
Anders Norrbring
Norrbring Consulting
Halmvägen 42
SE-691 48 Karlskoga
SWEDEN
e-mail: [EMAIL PROTECTED]
Phone: +46 586-322 43
Mobile: +46 70-203 19 15
--
Mailman-Users mailing
86, in main
fp = open(mm_cfg.EDITED_ARCHIVES_FILE)
AttributeError: 'module' object has no attribute 'EDITED_ARCHIVES_FILE'
Later
Anders Norrbring
Norrbring Consulting
Halmvägen 42
SE-691 48 Karlskoga
SWEDEN
e-mail: [EMAIL PROTECTED]
P
Thanks a lot Richard,
That was exectly the problem... I had a 2.0 installation from the SuSE
distribution that I installed right over with the 2.1.3 from source.
After wiping out the old 2.0 via rpm and re-installation of 2.1.3,
everything works perfectly well!
Anders Norrbring
Norrbring
uot;/usr/lib/mailman/Mailman/Handlers/HandlerAPI.py", line 26, in ?
from Mailman.pythonlib.StringIO import StringIO
ImportError: No module named pythonlib.StringIO
Later!
Anders Norrbring
--
Mailman-Users mailing list
[EMAIL PROTECTE
> On Tue, Sep 30, 2003 at 03:25:13PM +0200, Anders Norrbring wrote:
> > Would it be to much to ask for a language specific request?
> >
> > Both I and my users think a function to post different messages to
> different
> > users depending of their language choice woul
English-only mail, that should go out to users who
chose English only, and the same for Swedish, and then some feature to make
messages go to both (all) if it's a multi-language message.
Anders Norrbring
Norrbring Consulting
--
Mailman-
mime_types = 'application/octet-stream'
pass_mime_types = """multipart/mixed
multipart/alternative
text/plain
text/html"""
convert_html_to_plaintext = 0
And I really want html e-mails to pass, but not attachments that can cause
damage (binaries - hence the octet-
Hiya all!
I'm having trouble sending through mail in HTML form (from my MS Outlook).
They always bounces with a message that the file type wasn't explicitly
allowed.
Anders Norrbring
Norrbring Consulting
Halmvägen 42
SE-691 48 Karlskoga
SWEDEN
e-mail: [EMAIL PROTECTED]
Phone: +46
Hi,
Ive heard from several users on one of my lists that they cant change
their password via the web interface, only by e-mail
All of them are using
the Swedish version of the web page, but I really cant see how that should
make any difference.
Someone out there with an idea?
Anders
Here's one of the tedious mails my server sends me all the time, can anybody
please tell me where I've done something wrong?
Anders.
-Original Message-
From: Cron Daemon [mailto:[EMAIL PROTECTED]
Sent: den 5 september 2003 00:33
To: [EMAIL PROTECTED]
Subject: Cron <[EMAIL PROTECTED]> /u
Hiya!
I know that there's a way to make custom templates, html files etc, per
list, but I can't remember how to do it... And I can't find anything in
docs.
I'd like to have custom webpages and mails depending on what list the user
are o
the-server.net/mailman/'
MAILMAN_OWNER = '[EMAIL PROTECTED]' % DEFAULT_HOST_NAME
Anders Norrbring
Norrbring Consulting
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman
s have all messages, mails and web pages in the users
chosen language. With the solution you propose here, I still need to make
the outgoing e-mail a dual language one.
Later,
Anders Norrbring
Norrbring Consulting
-> Subject: Re: [Mailman-Users] Define stuff per list or language?
->
e_news.lock.berit.20898.0'
Still there's no directory in /var/tmp
Anders Norrbring
-> -Original Message-
-> From: Richard Barrett [mailto:[EMAIL PROTECTED]
-> Sent: den 13 augusti 2003 12:44
-> To: Anders Norrbring
-> Cc: Mailman users
-> Subject: Re: [Mailman-U
t;/usr/lib/mailman/Mailman/Crypt.py", line 19, in ?
if mm_cfg.USE_CRYPT:
AttributeError: 'module' object has no attribute 'USE_CRYPT'
And then in next mess I get:
/usr/bin/python: can't open file '/usr/lib/mailman/cron/senddigests'
And:
/usr/bin/py
Thanks! Finally I found it.. :)
Anders Norrbring
-> Take a look at the FAQ. There is one written about just how to setup an
-> "announce only list". Basically you go to the membership section of the
-> Web-admin and set all the users Modify bit to on, then you go to
->
nd file a bug in the
tracker.. :)
Anders Norrbring
Norrbring Consulting
-> My personal preferences are to install Mailman from source. It really
-> is very straightforward and the number of support request to the list
-> related to screwed up pre-packaged installs for various Li
t doesn't seem to be all logical to me and I can't find it in the
doc files I have.
Anders Norrbring
Norrbring Consulting
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman
I have the precis same problem, seems like the URL is not converted right,
in my IE6 it comes up with:
mhtml:http://www.the-server.net/pipermail/fetishclub_info.mbox/fetishclub_in
fo.mbox
Which of course is totally wrong..
Anders Norrbring
-> We are using version 2.1.1 and when some
I look in '/var/mailman/locks' that dir is empty!
Also, in '/var/tmp' there's only one entry, a subdir named 'vi.recover'
There's something wrong, but I don't know where to start looking. It's
installed on a SuSE system based on U
to include both Swedish and English explanatory
text in the response e-mail, and it really sucks when a user gets a mail
full of å and alikes just because I can't set one string per
language.
Please point out to me how it can be done!
Thank you!
nd any documentation on this, so please help me out!
Thank you!
Anders Norrbring
--
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
Searc
Hello!
When I'm trying to access the user listing via the listinfo page, I enter
the creator's (admin's) name and password, still it won't let me in? Should
there be special access configs for that one? Mailman is v2.1.1
Anders Norrbring
s
possible, and anyone know how to manage it, can you please tell me how to
put in a line for OWNERS_CAN_ENABLE_PERSONALIZATION ?
Thanks!
Anders Norrbring
Norrbring Consulting
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://
49 matches
Mail list logo