T:2091198208(02:22:08)[S:M001DmwAAMspuGRRviIP][da:Info] AQAAfwBHiaDLKbhk8OskDw--.21958S3:from=<info@freecup.cc>,to=<yuzheman@yy.com>,channel=local,folder=Bulk,size=519395,delay=1,rcpttype=to,subject=定制化自动处理瓶机制造厂家:满足您的生产需求,state=sent,msid=1,mid=1tbiAQERCGS4CbgBnQAAso,score=11.96,id=2 去掉from=的<>
时间: 2023-10-02 11:06:16 浏览: 124
open-jtalk-golang:Open JTalk 的 Golang 包装器
以下是根据您提供的示例数据生成的更新后的代码:
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<p style="font-weight: bold">以下外部垃圾邮件发信:</p>
<table>
<tr>
<th>发信时间</th>
<th>主题</th>
<th>发件人</th>
<th>收件人</th>
</tr>
{% for line in body %}
{% if line != "" %}
{% set parts = line.split(" ")[1:] %}
{% set from = parts[3][6:-1] %}
{% set to = parts[4][4:-1] %}
<tr>
<td>{{ parts[0] }}</td>
<td>{{ parts[1] }}</td>
<td>{{ from }}</td>
<td>{{ to }}</td>
</tr>
{% endif %}
{% endfor %}
</table>
</body>
</html>
```
在这个更新后的代码中,我使用空格分隔符将每行内容拆分成多个部分,并将发件人和收件人字段中的`<>`去掉。
如果您有其他问题,请随时告诉我。
阅读全文