diff options
author | John Denker <jsd@av8n.com> | 2012-11-22 15:56:01 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-22 15:56:01 -0800 |
commit | c01d3b2d57c2fb2491f664aa6d67f03e514cfbb3 (patch) | |
tree | 0b7eeae9632d4fd7a1d059841fdc76f2c526bd7c /tools | |
parent | 174d2e3ae49ed3776449d3dade24cebee304bfb5 (diff) |
minor
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ltgrey.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/ltgrey.c b/tools/ltgrey.c index 85604e5..dfbc0dc 100644 --- a/tools/ltgrey.c +++ b/tools/ltgrey.c @@ -17,12 +17,17 @@ void usage(const string parent_dir){ "Usage: ltgrey [options]\n" "\n" "Options include\n" +" -set40 mid # start quarantine for given message-id\n" +" -get40 mid # look up the quarantine status for the given mID\n" " -scan40 # scan the quarantine directory\n" +"\n" +" -setrep dom # set the reputation for the given domain\n" +" -getrep dom # look up the reputation for the given domain\n" " -scanrep # scan the reputation directory\n" +"\n" " -copy # increment the 'copies' variable\n" +" -dns_mode # enable DNS checks\n" " -verbose # increase the verbosity\n" -" -setrep dom # set the reputation for the given domain\n" -" -getrep dom # look up the reputation for the given domain\n" " -shift ??? # no idea\n" " -stain ??? # not implemented\n" " -suffix ??? # no idea\n" |