where is a good place to insert a TOS for an elist??
seems to me it should be in the software itself..
perhaps not. legally in my mind, it were best of tightly linked to the created
elist.
fwiw
chas
--
Mailman-Users mailing list
[EMAIL PROTECTE
Hello again,
I checked the archives but couldn't find anything that addressed this
particular issue. I am on the latest release of mailman.
I have each of my lists set to send out and auto-responder
questionnaire. Prior to the upgrade it used to be sent by
listname-owner, now it is being sent
Please check if mailmanctl is running if it isnt cd into the mailman dir and
run bin/mailmanctl start this will start the master qrunner process. This is
the program that handles the mail from the MTA
--
Mailman-Users mailing list
[EMAIL PROTECT
Oh I did something stupid. I was trying to put an .htaccess file in the
cgi directory for Mailman and I accidently overwrote the admin file
thinking I was putting the .htaccess file into a directory. Now it's
gone. Is there anyway to copy one somewhere or do I have to rebuild it?
Thanks,
Rebec
Is there a way to make a read only list? I've read
through the docs, but I didn't see anything about
that.
Thanks,
Ed
__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
--
On Thursday, July 24, 2003, at 01:22 AM, Anar wrote:
Hi,
Thank you Richard Barrett for your immediately answer.
I have fixed this error.
Now mailman working properly. But in Archive page no search forms.
May i edit some html codes?
The htdig integration patch will not do anything until the USE_H
>> The bad news is that the name is rendered as
>>
>> u'John DeCarlo'
>> u"Bill O'Grady"
>>
RB> This is because the name is a Unicode string.
RB> If you said this it might fix things:
RB> gotname = str(self.getMemberName(person))
Works for me - no "u"
Thanks,
Abigail
--
Hi,
Thank you Richard Barrett for your immediately answer.
I have fixed this error.
Now mailman working properly. But in Archive page no search forms.
May i edit some html codes?
Thank you,
Anar.Ch
--
Mailman-Users mailing list
[EMAIL PR
Ah, sorry, I didn't point out that I am referring to the domains behind
our firewall, not on the Internet.
Hugh
Brad Knowles wrote:
Well, let's first look at the DNS. Checking out the legacy name,
I see:
% dig @a.gtld-servers.net. neomorphic.com. soa
--
Hugh Caley, Unix Systems Admini
At 4:14 PM -0700 2003/07/23, Hugh Caley wrote:
I've got a mailman installation in our legacy domain
(mailman.neomorphic.com). For polical reasons we'd like to have lists
show up as being from the new domain (mailman.affymetrix.com).
Sounds reasonable.
Hi there
(sorry if repeated question; I have been in the README.POSTFIX,
the archive for this month and the FAQ).
I just added a Red Hat 9 box with a home-build
Postfix postfix-2.0.13 + a mailman-2.1-8 RPM fra Red Hat 9.
(I have also tried the 2.1.2 from Red Hat cooker)
My situation is that Po
I've got a mailman installation in our legacy domain
(mailman.neomorphic.com). For polical reasons we'd like to have lists
show up as being from the new domain (mailman.affymetrix.com). We have
a cname that points the new name to the old; the new name is set as the
base URL for the Mailman we
I'm using Mailman 2.1.2 with Python 2.1.3 with Solaris 8.
I've seen a similar question on this list, but the answer was "get Mailman
2.1".
I have a list that gets more spam than legit email. I would like to have the
"Action to take on all these held messages" on the "admindb/" page
to have a defa
On Wednesday, July 23, 2003, at 09:19 PM, Nyx Wolfwlaker wrote:
Greetings,
I've not been able to find the info, but I know its out there ... How
can I send members
their password if they forget what it is?
Or how can they get their passwrod if they for get it?
They can get the system to send i
On Wednesday, July 23, 2003, at 03:33 PM, John DeCarlo wrote:
Hello,
Thanks to Richard, I came up with an extremely crude patch to do what
Rob asked for.
I modified the FormatUsers function in
~mailman/Mailman/HTMLFormatter.py
At the end of this function there is a line:
got = Link(url, s
On Wed, 2003-07-23 at 16:19, Nyx Wolfwlaker wrote:
> Greetings,
>
> I've not been able to find the info, but I know its out there ... How can I send
> members
> their password if they forget what it is?
>
> Or how can they get their passwrod if they for get it?
>
> Thanks take care,
>
> N
I am just wondering if it is possible to 'cut out' a step in the subsccription
process. I have 1,000's of opted in emails in a SQL database. These people have
already said that they want to receive email from me. I can easily send them an email
with a link to create a subscription email. But I d
On Wednesday, July 23, 2003, at 06:09 PM, Tom Crummey wrote:
Hello,
I'm having some problems with Mailman and archiving. I'm using Mailman
2.1.2
on Solaris 8 with a Netscape webserver and sendmail.
The problems are:
1) Attachments with archived postings in private archives are not sent
with
Greetings,
I've not been able to find the info, but I know its out there ... How can I send
members
their password if they forget what it is?
Or how can they get their passwrod if they for get it?
Thanks take care,
Nyx Wolfwalker
--
Mai
Hello John,
Wednesday, July 23, 2003, 7:33:14 AM, you wrote:
JD> Hello,
JD> Thanks to Richard, I came up with an extremely crude patch to do what
JD> Rob asked for.
Just want to thank you for your script modification as well
- I also added this and it is working fine for me, but I do
get the "
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Saurav Pathak wrote:
> my problem at the moment is with the archive. i want to configure
> the archive such that email addresses are mangled. that is,
> archives don't show "[EMAIL PROTECTED]" but
> "someone at somewhere dot com", or something like
hi,
i must say first that i am very happy with mailman, which is
working great. thanks to the developers.
my problem at the moment is with the archive. i want to configure
the archive such that email addresses are mangled. that is,
archives don't show "[EMAIL PROTECTED]" but
"someone at some
Hello,
I'm having some problems with Mailman and archiving. I'm using Mailman 2.1.2
on Solaris 8 with a Netscape webserver and sendmail.
The problems are:
1) Attachments with archived postings in private archives are not sent with
the correct content-type header. Attachments in public archive
John;
Thanks for this! And it works perfectly for me; no "u" at the beginning -
everything is printing out nicely.
Rob
Quoting John DeCarlo <[EMAIL PROTECTED]>:
> Hello,
>
> Thanks to Richard, I came up with an extremely crude patch to do what
> Rob asked for.
>
> I modified the FormatUsers f
Hello,
Thanks to Richard, I came up with an extremely crude patch to do what
Rob asked for.
I modified the FormatUsers function in ~mailman/Mailman/HTMLFormatter.py
At the end of this function there is a line:
got = Link(url, showing)
I changed it to be:
gotname = self.getMemberName(per
ANyone know how to do that?
--
Scot Mc Pherson
Linux From Scratch
http://www.linuxfromscratch.org/~scot/
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cg
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Behalf Of Todd
Sent: Wednesday, July 23, 2003 12:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Strangenesses with URLs in the
admin/listinfopages
I think you want to also set PUBLIC_ARCHIVE_URL. See the comm
David,
David Hunt wrote:
The company that hosts my website is running Mailman 2.1.2 (recently
upgraded), and although they do fine for normal questions, I don't really
think they're Mailman "experts". As for myself, I already know the options
available in Mailman's web interface and understand m
28 matches
Mail list logo