質問編集履歴

3

訂正

2019/03/26 04:51

投稿

sasa56563
sasa56563

スコア22

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  ```
48
48
 
49
- Mar 26 10:12:18 dnscache postfix/cleanup[19065]: CDC5A1089B96: message-id=<mailman.7.1553562738.4981.school_pr@mailing4.example.jp>
49
+ Mar 26 10:12:18 dnscache postfix/cleanup[19065]: CDC5A1089B96: message-id=<mailman.7.1553562738.4981.listlist_pr@mailing4.example.jp>
50
50
 
51
51
  Mar 26 10:12:18 dnscache opendkim[24170]: CDC5A1089B96: DKIM-Signature field added (s=201902ml4, d=mailing4.example.jp)
52
52
 

2

追加

2019/03/26 04:51

投稿

sasa56563
sasa56563

スコア22

test CHANGED
File without changes
test CHANGED
@@ -129,3 +129,23 @@
129
129
 
130
130
 
131
131
  どなたか原因と解決方法をお教えいただけないでしょうか。
132
+
133
+
134
+
135
+ ネット情報で
136
+
137
+ File "/usr/lib64/python2.7/email/charset.py", line 273, in convertのところで
138
+
139
+ unicode()に第3引数を'ignore'または'replace'を入れてみましたが、同じ結果でした。
140
+
141
+ ```ここに言語を入力
142
+
143
+
144
+
145
+ return unicode(s, self.input_codec,'replace').encode(self.output_codec)
146
+
147
+ UnicodeDecodeError: 'euc_jp' codec can't decode bytes in position 213-214: illegal multibyte sequence
148
+
149
+
150
+
151
+ ```

1

追加

2019/03/26 04:24

投稿

sasa56563
sasa56563

スコア22

test CHANGED
File without changes
test CHANGED
File without changes