1dspam_merge(1) DSPAM dspam_merge(1)
2
3
4
6 dspam_merge - merge several users' metadata into a composite
7
8
10 dspam_merge [--profile=PROFILE] user1 user2 ... userN -o username
11
13 dspam_merge merges several users' metadata into a single user's dictio‐
14 nary. This tool is designed to create global users and seeded data. The
15 hit sounds for each token and per-user totals are added together to
16 produce a single composite dataset. After creating a composite user,
17 dspam_clean should be run with the -p option to clean up extraneous
18 data.
19
20 NOTE : Merges may take a considerable amount of time. This could poten‐
21 tially increase the load on the server or even slow down the delivery
22 of email. A merge should only be performed when the system is fairly
23 acquiesce.
24
25
27 --profile=PROFILE
28 Specify a storage profile from dspam.conf. The storage profile
29 selected will be used for all database connectivity. See
30 dspam.conf for more information.
31
32
33 user1 user2 ... userN
34 A list of users to merge together.
35
36
37 -o username
38 The target user which will be created (if necessary). This user
39 will contain the composite generated by the merge.
40
41
43 dspam_merge dick jane spot -o ralph
44
45 Merges the metadata dictionaries of dick, jane, and spot into a single
46 composite under the user ralph
47
48
50 0 Operation was successful.
51 other Operation resulted in an error.
52
53
55 Copyright © 2002-2012 DSPAM Project
56 All rights reserved.
57
58 For more information, see http://dspam.sourceforge.net.
59
60
62 dspam(1), dspam_admin(1), dspam_clean(1), dspam_crc(1), dspam_dump(1),
63 dspam_logrotate(1), dspam_stats(1), dspam_train(1)
64
65
66
67DSPAM Apr 17, 2010 dspam_merge(1)