| Do you mean like so:
|
|
|
| :0
| {
| SPAM_LOG=${SPAM_LOG:-spam/spam.log}
| # SPAM_SPOOL=${SPAM_SPOOL:-spam}
| FROM_ADDR=`formail -rtzxTo:`
|
|
|
| :0c
| spam.spool
| [...}
|
| Or something else? Trying the above rendition seems to disable it
| altogether.
I think it's the dot that's messing it up. If you insist on using the word
"spool," try this:
:0c
spam-spool
I'm not a Procmail guru; I don't understand the need, in this case, to set the
"SPAM_SPOOL" variable. Do you have another recipe file that uses it? Anyway, I
would simply put your spam msgs into a regular mail folder (leave out the 'dot'
in the folder name, as suggested earlier).
-Dale