https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7308
Bug ID: 7308
Summary: Include "forget:" keyword to sa-learn -f option
Product: Spamassassin
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Learner
Assignee: [email protected]
Reporter: [email protected]
Currently, sa-learn's `-f` can be used to replace `sa-learn --ham /some/dir`
and `sa-learn --spam /other/dir` by a single `sa-learn -f` call. However, it is
not possible to replace a `sa-learn --forget /third/dir` the same way.
I would propose to add a keyword `forget` to the `sa-learn -f` file parser, so
that a configuration like this works:
$ sa-learn -f config
$ cat config
ham:dir:/var/mail/me/cur
spam:dir:/var/mail/me/.Junk/cur
forget:dir:/var/mail/me/.Trash/cur
--
You are receiving this mail because:
You are the assignee for the bug.