[Mailman-Users] help Securing Mailman's web GUI by using Secure HTTP/SSL

2006-06-26 Thread daniel trejo
I added these lines to apache to force https login,I also modified the
mm_config.py to change the dafault url and ran the withlist script, but when
i put the url on my browser appears a message saying that the redirection
has no end or something like that.

ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
Alias /pipermail/ "/usr/local/mailman/archives/public/"

 AllowOverride None
 Options +ExecCGI -Includes
 Order allow,deny
 Allow from all
 SSLCipherSuite HIGH:MEDIUM



 AllowOverride None
 Order allow,deny
 Allow from all
 Options FollowSymLinks




Redirect /mailman/ https://name of my server/mailman/
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] special characters on mail mass subscription

2006-04-05 Thread daniel trejo
Hello, I live in a spanish-spoken country so some people put either a ñ or í
in their mail addesses, how do I add their addresse via mass subscription
without being rejected?


thanks
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] would it be useful to modify this code.

2006-03-23 Thread daniel trejo
Im trying to modify Decorate.py so I can put a  html tag

So far ive modified the handler Decorate.py so all messages are multipart (
I know Its not recommended but Im quite desperate)

I want to modify this part of Decorate.py so it doesnt convert the header to
plain text ; I ve tried deleting the 'plain'  in the function MIMEText but
nothing changes, somy question is if Im on the right track or  it doesnt
have anything to do with this part?

# Now, play games with the outer message to make it contain three
# subparts: the header (if any), the wrapped message, and the footer (if
# any).
payload = [inner]
if header:
mimehdr =MIMEText( header, lcset)
mimehdr['Content-Disposition'] = 'inline'
payload.insert(0, mimehdr)
if footer:
mimeftr = MIMEText(footer, 'plain', lcset)
mimeftr['Content-Disposition'] = 'inline'
payload.append(mimeftr)
msg.set_payload(payload)
del msg['content-type']
del msg['content-transfer-encoding']
del msg['content-disposition']
msg['Content-Type'] = 'multipart/mixed'
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] can I modify the handler Decorate.py?

2006-03-20 Thread daniel trejo
Can I modify the content of Decorate.py Handler so it doesnt uencode the
header? If that's so , what should I do for this changes to take effect?
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] I really need to put a banner on the messages

2006-03-17 Thread daniel trejo
hello; I explained to my boss the xss exploit, and that i would need to
change the code to put  a  tag on the header of the messages
posted on the lists. Nevertheless he still wants me to put  it.  So my
question  is  ¿do i have to join the developers list to get help with this
issue?
¿what are the requisites to join?¿what should i know?

Or let me explain the project  to see if  someone has suggestions , we need
to implement a mailing lists, there are like 5 divisions. each one with
different members, also each division has like three or four bosses and a
small staff of helpers, each boss has absolute  right of writting on the
list, the staff of helpers also can write on the list, but must include on
the footer the name of the boss authorizing the message.everyone else has no
right to post on the list, no one of the outside has the right to post on
the list, and I will be responsible of administrating all lists. So the
point is that the bosses only have to worry about writting the messages from
anyplace

I  ve  already solved the permissions  problem,  but  the footer and header
are very troublesome. I suggested using mail merge of open office. But he
doesn't want to install it on every computer and to teach evreryone how to
use mail merge

thanks for reading

good bye
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] hello, question about mailheaders

2006-03-15 Thread daniel trejo
hello everybody!.I'm a new  mailman user, I'm installing it for a mailing
list on my university (UNAM). Until now I haven't had any problems with my
configuration, but my boss (teacher) wants me to put a banner on every
mail posted on  the list. The banner must be a jpeg image and it should be
loaded from my server. I thought of putting a  label on my header
in regular delivery configuration, but it seems that < is  not allowed, the
symbol < appears instead; i've tried everything  " / and other
characters before the < character but nothing seems to work.
p.d i put no on my html to text checkbox

If someone answers this , I will be very grateful .

thanks everybody
--
Mailman-Users mailing list
Mailman-Users@python.org
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-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp