diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-04-06 21:58:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-04-06 21:58:35 -0300 |
commit | d6bbc9ea4f82b270b7e33e7a4360f66746aeb504 (patch) | |
tree | 8c1f600a5649e535f4c8e85f0ed0cbc1e6a58c0e | |
parent | 3fb51cbd859855fb5ef4e3c66fb06ae4d89825fa (diff) | |
download | mail-d6bbc9ea4f82b270b7e33e7a4360f66746aeb504.tar.gz mail-d6bbc9ea4f82b270b7e33e7a4360f66746aeb504.tar.bz2 |
Fix: on procmail deprecation
-rw-r--r-- | procmailrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/procmailrc.dot.link b/procmailrc.dot.link index 4a13d0f..63c4866 100644 --- a/procmailrc.dot.link +++ b/procmailrc.dot.link @@ -8,13 +8,14 @@ # * Conditions are anded and everything after * is fed straight into egrep # * One action line follows the conditions (for example a mailbox name) # -# Procmail is being deprecated. For more information, check +# Procmail deprecated. For more information, check # # * https://lwn.net/Articles/416901/ # * http://www.wonkity.com/~wblock/docs/html/maildrop.html # * https://www.courier-mta.org/maildrop/maildrop.html # * https://www.courier-mta.org/maildrop/maildropfilter.html#include # * https://gitlab.torproject.org/tpo/tpa/team/-/issues/40639 +# * http://lists.torproject.org/pipermail/tor-project/ MAILDIR=$HOME/mail LOGFILE=$HOME/temp/log/procmail |