1sympa-upgrade-shared(1) sympa 6.2.72 sympa-upgrade-shared(1)
2
3
4
6 sympa-upgrade-shared - Migrating shared repository created by earlier
7 versions
8
10 sympa upgrade shared LISTNAME@DOMAIN [ --fix_qencode ]
11
12 sympa upgrade shared * [ --fix_qencode ]
13
15 " sympa upgrade shared" renames file names in shared repositories that
16 may be incorrectly encoded because of previous Sympa versions.
17
18 • As of Sympa 5.3a.8, file names in shared repository are Q-encoded,
19 therefore made easier to store on any filesystem with any encoding.
20
21 • As of Sympa 6.1b.5, Encoding of shared documents was not consistent
22 with recent version of MIME::EncWords module:
23 MIME::EncWords::encode_mimewords() used to encode characters
24 "-!*+/". Now these characters are preserved, according to RFC 2047
25 section 5. We had to change encoding of shared documents according
26 to new algorithm.
27
29 LISTNAME@DOMAIN | "*"
30 Specifies target list(s).
31
32 --fix_qencode
33 If specified, fixes Q-encoding changed on Sympa 6.1b.5. Otherwise,
34 applies Q-encoding introduced by Sympa 5.3a.8.
35
37 upgrade_shared_repository.pl appeared as separate executable on Sympa
38 6.2.17.
39
40 Its function was moved to "sympa upgrade shared" on Sympa 6.2.71b.
41
42
43
446.2.72 2023-06-01 sympa-upgrade-shared(1)