[Mailman-Users] sending html emails using mailman

Juliann Mills jmills at ici.org
Mon Mar 21 00:28:10 CET 2005


I am a new systems administrator, (mailman was configured by the old  
sysadmin).  One of the list administrators want to send html emails..  
she says now that she is unable to do so now.  Here is what our config  
file looks like now.  What changes do I have to make to allow her to  
send html emails?

Thanks for your help!

Juliann Mills
Investment Company Institute
Systems Administrator


************************************************************************ 
********************
root at edge4:/www/appl/mailman-2.1.2/Mailman> more mm_cfg.py
# -*- python -*-

# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software  
Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,  
USA.

"""This module contains your site-specific settings.

 From a brand new distribution it should be copied to mm_cfg.py.  If you
already have an mm_cfg.py, be careful to add in only the new settings  
you
want.  Mailman's installation procedure will never overwrite your  
mm_cfg.py
file.

The complete set of distributed defaults, with documentation, are in  
the file
Defaults.py.  In mm_cfg.py, override only those you want to change,  
after the

   from Defaults import *

line (see below).

Note that these are just default settings; many can be overridden via  
the
administrator and user interfaces on a per-list or per-user basis.

"""

###############################################
# Here's where we get the distributed defaults.

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.
DEFAULT_EMAIL_HOST = 'lists.ici.org'
DEFAULT_URL_HOST = 'lists.ici.org'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
# get rid of the images
IMAGE_LOGOS = 0
# the big chunks are causing slowdowns because of bad domain names
# so let's lower this from 500 to 1 for max performance
SMTP_MAX_RCPTS = 1
# we don't send mails very often, so bounce data needs to last longer.
DEFAULT_BOUNCE_INFO_STALE_AFTER = days(90)
# too many notices won't help with this crowd
DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS = 0

janetsHeader="""
<STYLE type=text/css>
A:link {
         COLOR: #006699; TEXT-DECORATION: none
}
A:active {
         COLOR: #0000cc; TEXT-DECORATION: underline
}
A:visited {
         COLOR: #006666; TEXT-DECORATION: none
}
A:hover {
         COLOR: #000099; TEXT-DECORATION: underline
}
P {
         FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
         FONT-WEIGHT: bold; FONT-SIZE: 11pt; TEXT-TRANSFORM: none;  
COLOR: #006699
; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif;  
TEXT-DECORATION
: none
}
TD {
         FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
         FONT-WEIGHT: normal; FONT-SIZE: 14pt; COLOR: #000000;  
FONT-FAMILY: Verda
na, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.head2 {
         FONT-WEIGHT: bold; FONT-SIZE: 11pt; TEXT-TRANSFORM: none;  
COLOR: #006699
; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif;  
TEXT-DECORATION
: none
}
-->
</style>

<TABLE cellSpacing=0 cellPadding=0 width="724" align=center  
bgColor=#ffffff bord
er=0>
   <TR>
     <TD bgColor=#FFFFFF colSpan=2>
       <table border="0" cellpadding="0" cellspacing="0" width="724">
         <tr>
           <td><img name="n04_email_1"  
src="http://www.ici.org/images/04_email_1.
gif" width="237" height="120" border="0" alt=""></td>
           <td><img name="n04_email_2"  
src="http://www.ici.org/images/04_email_2.
gif" width="487" height="120" border="0" alt=""></td>
         </tr>
       </table></TD>
   </TR>
   <TR>
     <TD bgColor=#FFFFFF colSpan=2>
</TD>
   </TR>
   <TR>
     <TD vAlign=top align=left colSpan=2><img height=20
       src="http://www.ici.org/images/l2_blank.jpg" width=700 ?></TD>
   </TR>
   <TR>
     <TD valign="top">
"""

janetsFooter="""
</td></tr>
</table>
"""




More information about the Mailman-Users mailing list