diff options
| author | bwarsaw | 1999-04-05 15:58:50 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-04-05 15:58:50 +0000 |
| commit | 51cf9d50ffd97c74c41918fcfaba7795c25e4eaf (patch) | |
| tree | d84bd3e2d9646cedac07cd85a354a72e81f76def | |
| parent | 1330d42e3413184f90c6f1e42df77b978b832d16 (diff) | |
| download | mailman-51cf9d50ffd97c74c41918fcfaba7795c25e4eaf.tar.gz mailman-51cf9d50ffd97c74c41918fcfaba7795c25e4eaf.tar.zst mailman-51cf9d50ffd97c74c41918fcfaba7795c25e4eaf.zip | |
Updated question #9
| -rw-r--r-- | FAQ | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -115,10 +115,10 @@ FREQUENTLY ASKED QUESTIONS There appears to be a problem on some systems where the envelope sender (e.g. the Unix "From " line) is set incorrectly. This will cause a negative match when checking to see if the sender is a - member of the list. Mailman defaults to using the envelope sender - before the sender (i.e. "From:" header) because the former is set - by the SMTP agent while the latter is easily spoofable by the end - user. + member of the list. Until 1.0b12, Mailman defaulted to using the + envelope sender before the sender (i.e. "From:" header) because the + former is set by the SMTP agent while the latter is easily + spoofable by the end user. However, if you are having this problem, you may opt to favor the From: header over the envelope sender. Do this by adding the @@ -126,8 +126,13 @@ FREQUENTLY ASKED QUESTIONS USE_ENVELOPE_SENDER=0 + if you want (arguably) more security, add this to your mm_cfg.py + file: + + USE_ENVELOPE_SENDER=1 + However, read the comments about this variable in the Defaults.py - file first. + file for a full discussion of the issues. |
