Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
9b4197f7
Unverified
Commit
9b4197f7
authored
Jan 04, 2021
by
IKEDA Soji
Committed by
GitHub
Jan 04, 2021
Browse files
Merge pull request #1072 from ikedas/6.2.60_documentation_update by ikedas
Update documentation
parents
6a4fc518
3a5f2d50
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
9b4197f7
...
...
@@ -9,8 +9,8 @@
# Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
# 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites
# Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER
# Copyright 2017, 2018, 2019, 2020 The Sympa Community. See the
AUTHORS.md
# file at the top-level directory of this distribution and at
# Copyright 2017, 2018, 2019, 2020
, 2021
The Sympa Community. See the
#
AUTHORS.md
file at the top-level directory of this distribution and at
# <https://github.com/sympa-community/sympa.git>.
#
# This program is free software; you can redistribute it and/or modify
...
...
src/lib/Sympa/Config/Schema.pm
View file @
9b4197f7
...
...
@@ -3,8 +3,8 @@
# Sympa - SYsteme de Multi-Postage Automatique
#
# Copyright 2020 The Sympa Community. See the
AUTHORS.md
# file at the top-level directory of this distribution and at
# Copyright 2020
, 2021
The Sympa Community. See the
#
AUTHORS.md
file at the top-level directory of this distribution and at
# <https://github.com/sympa-community/sympa.git>.
#
# This program is free software; you can redistribute it and/or modify
...
...
src/lib/Sympa/Message.pm
View file @
9b4197f7
...
...
@@ -8,8 +8,8 @@
# Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
# 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites
# Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER
# Copyright 2017, 2018, 2019, 2020 The Sympa Community. See the
AUTHORS.md
# file at the top-level directory of this distribution and at
# Copyright 2017, 2018, 2019, 2020
, 2021
The Sympa Community. See the
#
AUTHORS.md
file at the top-level directory of this distribution and at
# <https://github.com/sympa-community/sympa.git>.
#
# This program is free software; you can redistribute it and/or modify
...
...
@@ -4306,6 +4306,9 @@ Currently these items are available:
Adding footer/header if any.
This item was added on Sympa 6.2.59b.2 to avoid processing decoration twice
with the messages stored into outgoing spool by earlier version of Sympa.
=item dkim_sign =E<gt> 1
Adding DKIM signature.
...
...
@@ -4319,6 +4322,8 @@ DMARC protection. See also L</dmarc_protect>().
Personalizing.
On Sympa 6.2.58 or earlier, there was no distiction between C<footer> and C<all>.
The C<merge> item in the messages stored into outgoing spool by earlier version
of Sympa will be treated as C<all>.
=item smime_encrypt =E<gt> 1
...
...
src/lib/Sympa/Spindle/ProcessOutgoing.pm
View file @
9b4197f7
...
...
@@ -8,8 +8,8 @@
# Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
# 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites
# Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER
# Copyright 2017, 2019 The Sympa Community. See the AUTHORS.md
file at
# the top-level directory of this distribution and at
# Copyright 2017, 2019
, 2021
The Sympa Community. See the AUTHORS.md
#
file at
the top-level directory of this distribution and at
# <https://github.com/sympa-community/sympa.git>.
#
# This program is free software; you can redistribute it and/or modify
...
...
@@ -219,8 +219,7 @@ sub _twist {
# -4 S/MIME signing
# -5 S/MIME encryption
# -6 remove existing signature if altered
# -7 DKIM signing
# -8 ARC seal
# -7 DKIM signing and ARC sealing
if
(
$message
->
{
shelved
}{
dmarc_protect
})
{
$message
->
dmarc_protect
;
...
...
@@ -500,6 +499,7 @@ preceding transformations.
=item *
DKIM signing
and ARC sealing
=back
...
...
@@ -553,4 +553,7 @@ L<Sympa::Spool::Outgoing>.
L<Sympa::Spindle::ProcessOutgoing> appeared on Sympa 6.2.13.
Message decoration was moved from L<Sympa::Spindle::ToList>
to this module on Sympa 6.2.59b.
=cut
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment