Changes

Jump to navigation Jump to search
949 bytes added ,  18:45, 28 December 2022
Line 1: Line 1:  
==Sorting mail with Maildrop or Procmail==
 
==Sorting mail with Maildrop or Procmail==
 +
 +
=== Version ===
 +
{{#smeversion: smeserver-mailsorting}}
 
===Installation===
 
===Installation===
* For sme8
+
* For sme9 and sme10
yum install smeserver-mailsorting --enablerepo=smecontribs
  −
 
  −
* For sme9
   
  yum install smeserver-mailsorting --enablerepo=smecontribs
 
  yum install smeserver-mailsorting --enablerepo=smecontribs
   Line 11: Line 11:  
Procmail or maildrop is used to process your email on the server. It follows user defined rules. Common uses are to sort mail into folders or forward selected email on to other email addresses. The rules that you define are executed as email arrives in your mailbox on the server, and are independent of your email client. If you sort to folders you will need to use a IMAP mail client to read them.
 
Procmail or maildrop is used to process your email on the server. It follows user defined rules. Common uses are to sort mail into folders or forward selected email on to other email addresses. The rules that you define are executed as email arrives in your mailbox on the server, and are independent of your email client. If you sort to folders you will need to use a IMAP mail client to read them.
    +
===Related Contribs===
 +
 +
See https://wiki.koozali.org/Email-Management
    
===Rule List===
 
===Rule List===
Line 16: Line 19:  
Each rule has links to modify or remove them.
 
Each rule has links to modify or remove them.
   −
A yes* in 'copy to' copies the email to your inbox  
+
A yes* in 'copy to' copies the email to your inbox
 +
 
 +
To forward an email to multiple addresses, place a space between them.
      Line 22: Line 27:  
A user defines a pattern for emails that if matched, an action occurs.
 
A user defines a pattern for emails that if matched, an action occurs.
   −
{{note box|Defining a mail rule that includes characters such as "'''<nowiki>[  $ . , | \{ ^ + ? ( \</nowiki>''' " breaks the sort rules and standard mail delivery in general.  It is necessary to escape these special characters in the mail rules so that the sort rules work correctly. Special characters can be entered but you must verify they do not break mail deliver and work as expected. It is recommended you only use alphanumeric, @ and spaces.}}
+
{{note box|Defining a mail rule that includes characters such as "'''<nowiki>[  $ . , ' | " \{ ^ + ? ( \</nowiki>''' " breaks the sort rules and standard mail delivery in general.  It is necessary to escape these special characters in the mail rules so that the sort rules work correctly. Special characters can be entered but you must verify they do not break mail deliver and work as expected. It is recommended you only use alphanumeric, @ and spaces.}}
    
The rule fields are in fact regular expressions compatible with egrep. As a result the above cited characters are interpreted as structure of the language. Refer to "man egrep" for correct syntax. As an example if you want to catch mails with the subject including "[mymailinglist]", your rule will be :
 
The rule fields are in fact regular expressions compatible with egrep. As a result the above cited characters are interpreted as structure of the language. Refer to "man egrep" for correct syntax. As an example if you want to catch mails with the subject including "[mymailinglist]", your rule will be :
Line 97: Line 102:       −
===individual setting===
+
===Geekmode Rules===
   −
if you want to avoid manual editing of an individual .procmailrc to be deleted by templates
+
By design the mail user .procmailrc file is built from SME templates whenever a system update is performed. You can disable that action by enabling "geekmode", using the command below. With that done, you may write your own .procmailrc file and place it in the appropriate mail directory.
    
  db accounts setprop USERNAME geekmode enabled
 
  db accounts setprop USERNAME geekmode enabled
 +
 +
Geekmode implies you know what you are doing when creating a custom .procmailrc file.
    
===Testing===
 
===Testing===
Line 123: Line 130:  
* For Procmail
 
* For Procmail
 
  less /home/e-smith/files/users/USERNAME/.procmailrc
 
  less /home/e-smith/files/users/USERNAME/.procmailrc
 +
 +
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-mailsorting component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mailsorting|title=this link}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-mailsorting|noresultsmessage="No open bugs found."}}
 +
 +
 +
===Changelog===
 +
Only versions released in smecontrib are listed here.
 +
 +
{{#smechangelog: smeserver-mailsorting}}
    
[[Category: Contrib]]
 
[[Category: Contrib]]

Navigation menu