Re: [Mailman-Users] HTML in messages. How?

2009-05-08 Thread Brad Knowles

on 5/7/09 11:42 AM, Denis Yurashkou said:


Anybody tried to send HTML-messages with Mailman?
How can I send message with HTML, that will be read as HTML, neither as text
nor as attachment?


Mailman is not a content generation system.  It is a content filtering 
and distribution system.  So, if you generate your content in HTML, and 
you do not have Mailman configured to strip or convert HTML, then that 
will be passed through to the recipients.


--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] mailman not receiving/sending mails

2009-05-08 Thread Brad Knowles

on 5/5/09 10:50 AM, kanika vats said:


I think my mailman can not recieve or send mails .I have performed
everything given in the installation guide but still facing such problems.
Can anyone  tell me what is going wrong in my case?


Have you consulted FAQ 4.78 at http://wiki.list.org/x/A4E9?

--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Patch: Preserve Content-Transfer-Encoding when adding footer or scrubbing

2009-05-08 Thread Brad Knowles

on 5/5/09 12:44 PM, Petr HroudnĂ˝ said:


Please find the patches attached/scrubbed. Let me know your opinion about this.


Yup, they were scrubbed alright.  ;-)

Seriously, discussions regarding patches to Mailman should be had on the 
mailman-developers list, and it would probably be a good idea to upload 
patches first to the tracker.


However, we do greatly appreciate your effort in producing these 
patches, and this is a discussion that I think the developers would love 
to continue to have with you.  Thanks!


--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Question and help

2009-05-08 Thread Brad Knowles

on 5/6/09 2:06 PM, Rodger Johnson said:


configure: error: no acceptable cc found in $PATH


You don't have a C compiler available in your path.  You need to find 
out where the C compiler is and tell the configure script how to get to 
it, or if there is no C compiler on the system then you need to have one 
installed.



When I run 'make' i get the following:

[Rodger:~/mailman/mailman-2.1.9] rodgerjo% make
make: Command not found.


Looks like you don't have make installed either.  Both are developers 
tools, and not typically installed in certain distributions, especially 
when you go for just the base install, as opposed to the full 
everything-including-the-kitchen-sink install.


--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Mailman appends hostname to some address on mail list

2009-05-08 Thread Brad Knowles

on 5/5/09 1:16 PM, Tom Tilmant said:


It seems the problem has been resolved by the service provider.  It appears
that the host name of the server was not in the /etc/localdomains as
required by mailman.  They made the adjustment and the problems have gone
away.


Mailman doesn't require this file, but perhaps your MTA does.  I am glad 
to hear that they were able to fix your problem for you.


--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Patch: Preserve Content-Transfer-Encoding whenadding footer or scrubbing

2009-05-08 Thread Mark Sapiro
Petr HroudnĂ˝ wrote:

The attached patches try to fix the behaviour by preserving original
Content-Transfer-Encoding even when adding header/footer or scrubbing.
I believe adding of footer should be as non-intrusive as possible, so
keeping the original Content-Transfer-Encoding is as important as
keeping e.g. format=flowed which is being done already.

Please find the patches attached/scrubbed. Let me know your opinion about this.


The patches were removed by content filtering because they were not
attached with content-type text/plain, however I assume they are the
same as in the bug report at
https://bugs.launchpad.net/mailman/+bug/373083.

For those patches, I don't see the need for any patch to Scrubber,
since what I think your patch will do is encode the Attachment
Scrubbed message with the encoding of the scrubbed attachment. I
don't think that's either appropriate or what you want. The scrubbed
attachment itself is decoded.

The Decorate patch is interesting. I may have some questions, but I'll
post those to the bug report when I have time to work on it.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] How to empty emails pending...

2009-05-08 Thread Mark Sapiro
steve2009 wrote:

I made some test with Mailman.. more or less OK, I am still receiving some
approval emails,everyday
That was for testing purposes 

- How can I empty Mailman sending these emails ?
- Where are located these emails ? ( before being sent )


Follow the link in the reminder email to the admindb web interface and
discard the messages, or see the FAQ at http://wiki.list.org/x/nIA9.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Patch: Preserve Content-Transfer-Encodingwhenadding footer or scrubbing

2009-05-08 Thread Mark Sapiro
Mark Sapiro wrote:

For those patches, I don't see the need for any patch to Scrubber,
since what I think your patch will do is encode the Attachment
Scrubbed message with the encoding of the scrubbed attachment. I
don't think that's either appropriate or what you want. The scrubbed
attachment itself is decoded.


I withdraw the above comment. I didn't look closely enough at the
Scrubber patch. It does seem that the patch will make the encoding of
the flattened, scrubbed message equal to that of the first text/plain
part of the original message or None.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] [mm] Re: Help for mailto: in footer.

2009-05-08 Thread bob 001
Resp..all,
Thanks so much for all assistance. This was very helpful. Followed the
advice from Mark and removed p/w stuff from email.

Bye now :)
- Bob.

On Thu, May 7, 2009 at 12:19 PM, Charles Gregory cgreg...@hwcn.org wrote:

 On Thu, 7 May 2009, bob 001 wrote:

 a href=mailto:%(list_name)s-request@

 %(host_name)s?subject=unsubscribe%20emuzidembody=unsubscribeUnsubscribe/a


 Um, if this is a cut-n-paste, then please note you are missing a closing
 quote

 - Charles


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9