lwc:linux:sympa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:linux:sympa [2025/12/14 03:10] John Harrisonlwc:linux:sympa [2026/07/16 14:59] (current) – [Null Sender] John Harrison
Line 132: Line 132:
   - Site Level: ''/etc/sympa/mail_tt2/''   - Site Level: ''/etc/sympa/mail_tt2/''
   - Default: ''/usr/share/sympa/default/mail_tt2/'' (Lowest Priority)   - Default: ''/usr/share/sympa/default/mail_tt2/'' (Lowest Priority)
 +=== Cascaded Templates for messages sent to the list ===
 +  * have 2 footers, one plaintext (''message.footer'') and one html (''message.footer.mime'')
  
-To customize a template for one specific list, copy the default file into that list's folder and edit it there.+  - List Level: ''/etc/sympa/list_configs/[list_name]/message.footer.mime'' 
 +  - Robot/Domain Level: ''/etc/sympa/lists.lawrencemakers.org/message.footer.mime'' 
 +  - Site/Global Level: /''etc/sympa/message.footer.mime'' 
 +  - Default: ''/usr/share/sympa/default/message.footer.mime''
  
 ==== Unsubscribe Header ==== ==== Unsubscribe Header ====
Line 203: Line 208:
 ($return_path eq '<>' ? 'no-reply@SYMPA_SUBDOMAIN' : $return_path), '--', @rcpt; ($return_path eq '<>' ? 'no-reply@SYMPA_SUBDOMAIN' : $return_path), '--', @rcpt;
 </code> </code>
 +  * //for lawrencemakers' case it's '''no-reply@lists.lawrencemakers.org''//
   * write a simple script to make sure you are notified if ''Mailer.pm'' ever gets updated:   * write a simple script to make sure you are notified if ''Mailer.pm'' ever gets updated:
 <code> <code>
  • lwc/linux/sympa.1765681837.txt.gz
  • Last modified: 2025/12/14 03:10
  • by John Harrison