diff options
author | bwarsaw <> | 2005-07-24 17:01:17 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-07-24 17:01:17 +0000 |
commit | 6e98fceb2cb8abf866b18cc1334566579e0d3eec (patch) | |
tree | db6ef4332a20acf03ce275a849094ea8a3e660b8 /FAQ | |
parent | d5b040ed87098ff27ff5097687b9f9f8c5e952a4 (diff) | |
download | mailman2-6e98fceb2cb8abf866b18cc1334566579e0d3eec.tar.gz mailman2-6e98fceb2cb8abf866b18cc1334566579e0d3eec.tar.xz mailman2-6e98fceb2cb8abf866b18cc1334566579e0d3eec.zip |
Update copyright years, typo fix.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,5 +1,5 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +Copyright (C) 1998-2005 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA Note: We're migrating the FAQ to an on-line interactive system called @@ -40,16 +40,14 @@ A. These headers are described in RFC 2369 and are added by Mailman Q. Can I put the user's address in the footer that Mailman adds to each message? -A. Yes, in Mailman 2.1. The site admin needs to enable - personalization by setting the following variables in the mm_cfg.py - file: +A. Yes, in Mailman 2.1. The site admin needs to enable personalization by + setting the following variable in the mm_cfg.py file: OWNERS_CAN_ENABLE_PERSONALIZATION = Yes - Once this is done, list admins can enable personalization for - regular delivery members (digest deliveries can't be - personalized currently). A personalized list can include the - user's address in the footer. + Once this is done, list admins can enable personalization for regular + delivery members (digest deliveries can't be personalized currently). A + personalized list can include the user's address in the footer. Q. My users hate HTML in their email and for security reasons, I want to strip out all MIME attachments. How can I do this? |