1UPGRADE_BULK_SPOOL(1) sympa 6.2.70 UPGRADE_BULK_SPOOL(1)
2
3
4
6 upgrade_bulk_spool, upgrade_bulk_spool.pl - Migrating messages in bulk
7 tables
8
10 upgrade_bulk_spool.pl [ --dry_run ]
11
13 On Sympa earlier than 6.2, messages for bulk sending were stored into
14 bulk spool based on database tables. Recent release of Sympa stores
15 outbound messages into the spool based on filesystem or sends them by
16 Mailer directly. This program migrates messages with old format in
17 appropriate spool.
18
20 --dry_run
21 Shows what will be done but won't really perform upgrade process.
22
24 This program exits with status 0 if processing succeeded. Otherwise
25 exits with non-zero status.
26
28 Following site configuration parameters in /etc/sympa/sympa.conf or
29 robot configuration parameters in "robot.conf" are referred.
30
31 db_type, db_name etc.
32 queuebulk
33 sympa_packet_priority
34 umask
35
37 sympa.conf(5), Sympa::Message, Sympa::Spool::Outgoing.
38
40 upgrade_bulk_spool.pl appeared on Sympa 6.2.
41
42
43
446.2.70 2022-12-11 UPGRADE_BULK_SPOOL(1)