1dspam_dump(1) DSPAM dspam_dump(1)
2
3
4
6 dspam_dump - produce a dump of a user's metadata
7
8
10 dspam_dump [--profile=PROFILE] [-d sqlite_drv] username [token]
11
12
14 dspam_dump dumps a user's metadata dictionary to stdout. This can be
15 used to view the entire contents of a user's dictionary, or used in
16 combination with grep to view a subset of data. The output provides the
17 token's stored value (in CRC64 format), the number of spam and nonspam
18 hits, and the token's computed probability.
19
20
22 --profile=PROFILE
23 Specify a storage profile from dspam.conf. The storage profile
24 selected will be used for all database connectivity. See
25 dspam.conf for more information.
26
27
28 username
29 The username of the user to dump. Only trusted users (or root)
30 can use this program for the usernames different from the cur‐
31 rent one.
32
33
34 token
35 The text string of the token to search for and dump. If no token
36 is specified, all tokens will be dumped to stdout.
37
38
40 dspam_dump user Subject*Viagra
41
42 Dumps the token Subject*Viagra, which represents the word Viagra in the
43 Subject header, for the user specified.
44
45
47 0 Operation was successful.
48 other Operation resulted in an error.
49
50
52 Copyright © 2002-2012 DSPAM Project
53 All rights reserved.
54
55 For more information, see http://dspam.sourceforge.net.
56
57
59 dspam(1), dspam_admin(1), dspam_clean(1), dspam_crc(1), dspam_logro‐
60 tate(1), dspam_merge(1), dspam_stats(1), dspam_train(1)
61
62
63
64DSPAM Apr 17, 2010 dspam_dump(1)