|
NAME"razor-revoke" - Razor Revoking AgentSYNOPSISrazor-revoke [options] file_with_mail_in_rfc822_format $ cat mail | razor-revoke $ razor-revoke ./mail $ razor-revoke -d ./mail DESCRIPTION"razor-revoke" is the Razor Revoking Agent which is used for reporting messages as NOT spam to a Razor Nomination Server. For instance, it can be invoked if a check incorrectly marked a message as spam or after a message was incorrectly reported as spam. "razor-revoke" should be generally called from a MUA, although there are no restrictions on invoking it from the command-line. "razor-revoke" is a filter, which means that spam messages should be piped through it. By default, "razor-revoke" backgrounds and detaches itself from the control terminal at start-up.If "razor-revoke" is passed more than one mail, it will revoke each against the database. Please use this with caution, we don't want the database to have inaccurate information. "razor-revoke" supports mbox-formatted files with 1 or more mails in them as well as files containing a single RFC 822 (non-mbox) mail. More than one file may be present on the command line, can be either a non-mbox or mbox in any order. However, more than one non-mbox mail cannot be read from stdin. Both razor-report(1) and "razor-revoke" require user authentication to work, see razor-admin(1). This allows the Razor Nomination Server to keep track of how many messages a user reports and revokes. The more messages a user correctly reports and/or correctly revokes, the more trust the user earns. Likewise, when messages are incorrectly reported or revoked, the trust goes down for that user. Highly trusted users will have the most affect on the Razor database. Note that even after a successful revoke, a mail might still be considered spam in the Razor Catalogue. For instance, this can occur if more trusted users consider the mail spam than not spam. USAGE"razor-revoke" takes following arguments:
INTEGRATION WITH MUTTAdd the following line to "mutt.conf"macro index R "|/usr/bin/razor-revoke" Then press R on the spam message in "mutt" to report it with "razor-revoke". Since "razor-revoke" forks, the control will return immediately. AUTHORSVipul Ved Prakash <mail@vipul.net>, and Chad Norwood <chad@samo.org>SEE ALSOrazor-agents(1), razor-agent.conf(5), razor-check(1), razor-admin(1), razor-report(1), razor-whitelist(5)LICENSEThis is free software, distributed under the ARTISTIC license.
Visit the GSP FreeBSD Man Page Interface. |