On 2000-11-07 18:11 +0000, Pollywog <croak@...> wrote:
>
> On 07-Nov-2000 Pollywog wrote:
> > I can't figure out how to have junkfilter not save spam to a folder but to
> > continue to another INCLUDERC. Is it possible to do that?
>
> (reposted because previous attempt was made with wrong e-mail acct)
>
> I want the spam to be tagged with the "X-Spammer..." header and then go to
> another rule for final processing.
Sure. Instead of this, the default processing recipe:
# Take action if junkfilter caught a junkmail.
:0
* JFEXP ?? .
{
:0 f
* JFSTATUS ?? 1
| formail -i "X-junkfilter: $JFVERSION" -i "X-Spammer: $JFEXP"
:0 E :
| formail -i "X-junkfilter: $JFVERSION" -i "X-Spammer: $JFEXP" \
>> junkmail
}
...use this:
# Take action if junkfilter caught a junkmail.
:0
* JFEXP ?? .
{
:0 f
* JFSTATUS ?? 1
| formail -i "X-junkfilter: $JFVERSION" -i "X-Spammer: $JFEXP"
:0 E :
INCLUDERC=theotherrcfile.rc
}
If you want more examples, let me know.
Greg
--
Gregory S. Sutter Computing is a terminal addiction.
mailto:gsutter@...
http://www.zer0.org/~gsutter/
hkp://wwwkeys.pgp.net/0x845DFEDD