1sympa-upgrade-outgoing(1) sympa 6.2.72 sympa-upgrade-outgoing(1)
2
3
4
6 sympa-upgrade-outgoing - Migrating messages in bulk tables
7
9 sympa upgrade outgoing [ --dry_run ]
10
12 On Sympa earlier than 6.2, messages for bulk sending were stored into
13 bulk spool based on database tables. Recent release of Sympa stores
14 outbound messages into the spool based on filesystem or sends them by
15 Mailer directly. This program migrates messages with old format in
16 appropriate spool.
17
19 --dry_run
20 Shows what will be done but won't really perform upgrade process.
21
23 This program exits with status 0 if processing succeeded. Otherwise
24 exits with non-zero status.
25
27 Following site configuration parameters in --CONFIG-- or robot
28 configuration parameters in "robot.conf" are referred.
29
30 db_type, db_name etc.
31 queuebulk
32 sympa_packet_priority
33 umask
34
36 sympa.conf(5), Sympa::Message, Sympa::Spool::Outgoing.
37
39 upgrade_bulk_spool.pl appeared on Sympa 6.2.
40
41 Its function was moved to "sympa upgrade outgoing" command line on
42 Sympa 6.2.71b.
43
44
45
466.2.72 2023-06-01 sympa-upgrade-outgoing(1)