Q. I want to move all mails tagged as spam to “spam” folder. How do I configure procmail to move spam mail to spam folder?
A. If you have Procmail and Spamassassin installed, then you can move mails using Procmail. It is a mail delivery agent (MDA) or mail filter, a program to process incoming emails on a computer, widely used on Unix systems
Configuration: PROCMAIL MOVE SPAM TO SPAM FOLDER
First, open ~/.procmail file (/home/you/.procmail):
$ vi ~/.procmail
Next append the following config code:
# All mail tagged as spam is moved to "spam" folder.
:0:
* ^X-Spam-Status: Yes
spam
Save and close the file.
Now all email tagged as spam will move to “spam” folder.
See also:
- For more information, see Timo’s procmail tips and recipes.
🐧 4 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
This didn’t work at all. I’m running:
Debian Etch
Postfix 2.3.8
Spamassassin 3.2.5
Anyone have any ideas?
I HAVE OUTLOOK EXPRESS TO GET MY E-MAILS
I WANT TO PUT SPAM INTO A FOLDER TO DELETE.
CAN ANY ONE HELP
Does anyone know how to setup postifx and procmail when there are no system users, only virtual ones in postfix? I need to be able to filter spam but users are virtual.
Any ideas?
I would like to move spam from my email now , because the messages are not opening