📄 .procmailrc
字号:
## This is your email addressEMAIL_ADDRESS=change_this!@invalid_domain_name.com## Uncomment and edit this line if sendmail isn't at /usr/lib/sendmail#SENDMAIL=/path/to/sendmail## If we get a message, verify that it wasn't sent by a mail daemon## or isn't one of our marked messages. If not, then reply to it using## the contents of the autoreply.txt file as the body of the message## and mark the message by adding an X-Loop header.:0 h* !^FROM_DAEMON* !^X-Loop: $EMAIL_ADDRESS| ( formail -r -A"X-Loop: $EMAIL_ADDRESS"; \ cat "$HOME/autoreply.txt" ) | $SENDMAIL -t## Throw away the messages we're not replying to:0/dev/null
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -