diff options
| author | bwarsaw | 2001-06-11 15:58:10 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-06-11 15:58:10 +0000 |
| commit | af298c86a0b2b55aa0bc72d8bbdde01c5a7206da (patch) | |
| tree | 486e0ad2eb81965885fafcec892e8f6f55d4cbba /FAQ | |
| parent | e0f59835975e5b5fcd863dfe5da0c7eb8d32998f (diff) | |
| download | mailman-af298c86a0b2b55aa0bc72d8bbdde01c5a7206da.tar.gz mailman-af298c86a0b2b55aa0bc72d8bbdde01c5a7206da.tar.zst mailman-af298c86a0b2b55aa0bc72d8bbdde01c5a7206da.zip | |
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -33,6 +33,20 @@ A. These headers are added by Mailman for the long-term benefit of these headers are defined. See the file README.USERAGENT for hints on what to tell your end users. +Q. Can I put the user's address in the footer that Mailman adds to + each message? + +A. No. The reason is that, for efficiency, Mailman batches together + message delivery for many users at once. Putting the user's + address in the footer would require Mailman to craft a unique + message for each recipient, and this would likely unacceptably bog + down your system. + + Some MTAs may provide may provide the ability to accomplish this, + using a technique akin to VERP (variable envelope return path). + You'll need to investigate the configuration options of your MTA + for details. + Q. What if I get "document contains no data" from the web server, or mail isn't getting delivered, or I see "Premature end of script headers" or "Mailman CGI error!!!" |
