diff options
author | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2017-05-24 13:32:56 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2017-05-24 13:32:56 +0900 |
commit | bb87ece84df2753e481879f45fb9b5da014db893 (patch) | |
tree | 74b7bb418516fe2f871cfefb1b4da8169a2b3f75 /messages | |
parent | 616bb6262452e23384e8d26d03577604c03ddf70 (diff) | |
parent | c498829e94cafdc194a45eaf49d4f75785ac0a7a (diff) | |
download | mailman2-bb87ece84df2753e481879f45fb9b5da014db893.tar.gz mailman2-bb87ece84df2753e481879f45fb9b5da014db893.tar.xz mailman2-bb87ece84df2753e481879f45fb9b5da014db893.zip |
Merge lp:mailman/2.1 rev 1703
Diffstat (limited to 'messages')
-rwxr-xr-x | messages/ja/doc/Defaults.py.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/messages/ja/doc/Defaults.py.in b/messages/ja/doc/Defaults.py.in index e107c3e4..7a9e7a84 100755 --- a/messages/ja/doc/Defaults.py.in +++ b/messages/ja/doc/Defaults.py.in @@ -713,6 +713,17 @@ NNTP_REWRITE_DUPLICATE_HEADERS = [ # 保存します。 REMOVE_DKIM_HEADERS = No +# If the following is set to a non-empty string, that string is the name of a +# header that will be added to personalized and VERPed deliveries with value +# equal to the base64 encoding of the recipient's email address. This is +# intended to enable identification of the recipient otherwise redacted from +# "spam report" feedback loop messages. For example, if +# RCPT_BASE64_HEADER_NAME = 'X-Mailman-R-Data' +# a header like +# X-Mailman-R-Data: dXNlckBleGFtcGxlLmNvbQo= +# will be added to messages sent to user@@example.com. +RCPT_BASE64_HEADER_NAME = '' + # リストメンバー全体に配送される「通常の」メッセージはすべてこのハンドラ # モジュールのパイプラインを通って行きます。各リストはそれぞれ「pipeline」 # 属性を定義することでこのグローバルパイプラインを上書きすることができます。 |