Hi,

A have some rule in my .procmailrc to detect spam. It works fine but
in .procmail.log I see

formail -A "X-MySpam: charset" >> ${TRASHFOLDER}

when catching a spam
instead of 

trash

Is it possible to configure the log to get "trash"?

Thanks
 Attila
  
------- part of my .procmailrc ----------
# ~/.procmailrc
PATH=/bin:/usr/bin:/usr/sbin
MAILDIR=${HOME}
LOGFILE=${HOME}/.procmail.log

TRASHFOLDER=trash
#TRASHFOLDER=/dev/null
  
:0
  * charset=.*windows-1251|charset=.*gb2312|charset=.*windows-1256
  | formail -A "X-MySpam: charset" >> ${TRASHFOLDER}

:0
  *
  inbox
-----------------------  


-- 
---------------------------------------------------------------------
- Mail: [EMAIL PROTECTED]; Debian sid / 2.4.20 / qmail         -
- PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb       -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to