logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

upgrade_send_spool, upgrade_send_spool.pl - Upgrade messages in incoming spool

Configuration Options

       Following site configuration parameters in /etc/sympa/sympa/sympa.conf are referred.

       cookie
           (obsoleted by Sympa 6.2.61b)

       queue
       umask

Description

       On Sympa earlier than 6.2, messages sent from WWSympa were injected in msg spool with special checksum.
       Recent release of Sympa and WWSympa injects outbound messages in outgoing spool or sends them by Mailer
       directly.  This program migrates messages with old format in appropriate spools.

History

       upgrade_send_spool.pl appeared on Sympa 6.2.

6.2.70                                             2023-01-26                              UPGRADE_SEND_SPOOL(1)

Name

       upgrade_send_spool, upgrade_send_spool.pl - Upgrade messages in incoming spool

Options

       --dry_run
           Shows what will be done but won't really perform upgrade process.

Return Value

       This program exits with status 0 if processing succeeded.  Otherwise exits with non-zero status.

See Also

sympa.conf(5), Sympa::Message.

Synopsis

         upgrade_send_spool.pl [ --dry_run ]

See Also