Hi All,
i want to archive all sent emails using procmail, for this i have created /etc/procmailrc file, which is causing loop and due to this cpu utilization is 100%, can any one correct me on this.
Code:
LOGFILE=/var/log/procmail.log
PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
:0
* ^From.*contoso.com
{
:0 c
! backup@contoso.com
:0fw
| /usr/bin/spamassassin
}