[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

procmail log



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: acsosz@mail.datanet.hu; Debian sid / 2.4.20 / qmail         -
- PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb       -



Reply to: