You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2005/05/12 03:01:12 UTC

Re: Re-marking learned spam

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


wolfgang writes:
> In an older episode (Wednesday 11 May 2005 21:12), Kenneth Porter wrote:
> > Is there a way to process an mbox folder to add the full report 
> > unconditionally to all the messages in it?
> > so I don't want to globally 
> > request a full report on every message.
> 
> > So I'd like to add another command to my nightly script to process the 
> > Uncaught folder and add full reports to all the messages in it. (Mostly I 
> > want to see the scores and rule descriptions that don't show up in the 
> > summary header.)
> 
> just a guess:
> the sa-learn manpage offers the option
> -p prefs, --prefspath=file, --prefs-file=file    Set user preferences file
> if you have user prefs enabled, i assume you could specify an extra prefs file 
> that adds full reports.
> 
> there also seem to be options to specify an entirely different config dir ...

close -- but no cigar ;)

I think you want to run something like "spamassassin --mbox --test <
in.mbox > out.mbox".

- --j.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Exmh CVS

iD8DBQFCgqrYMJF5cimLx9ARAmRYAKCIvZOk4Zc6PpZSC7BfS2kAVhho6QCgni7c
O2c1rE3W7+fRJmz3uw4Nj1U=
=F2QQ
-----END PGP SIGNATURE-----


Re: Re-marking learned spam

Posted by Kenneth Porter <sh...@sewingwitch.com>.
--On Wednesday, May 11, 2005 6:01 PM -0700 Justin Mason <jm...@jmason.org> 
wrote:

> I think you want to run something like "spamassassin --mbox --test <
> in.mbox > out.mbox".

Ok, I'll give that a try. I think I'll need to dig up mailutil so I can 
lock the input and output files during processing. (Just in case I'm awake 
when it's working and accidentally drag into the input folder.)