V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
meloncrashed
V2EX  ›  Python

qq 邮件信头疑问, Received 后面的时间 与 Date:后面的时间 分别是指的什么时间?

  •  
  •   meloncrashed · Nov 16, 2015 · 3656 views
    This topic created in 3827 days ago, the information mentioned may be changed or developed.
    比如:
    ......
    Received: from [192.168.0.1] (unknown [xx.xxx.xx.xx])
    by esmtp4.qq.com (ESMTP) with SMTP id 0
    for <[email protected]>; Mon, 16 Nov 2015 11:52:31 +0800 (CST)
    ......
    Date: Mon, 16 Nov 2015 11:52:30 +0800
    ......

    received: 后面时间是收件时间嘛?
    Date: 是发件时间嘛?

    由于date的时间 先于 received时间, 那么这个头文件至少部分是倒着写的? 从下往上写?

    请问哪里有qq邮件header的详细解释?
    2 replies    2015-11-16 12:37:37 +08:00
    julyclyde
        1
    julyclyde  
       Nov 16, 2015   ❤️ 1
    Date 是发信端的邮件客户端生成的
    Received 是邮件转递过程中的服务器另外加进去的。一般加在更头部的位置
    另外最末一步 有可能会加个 Delivered-To
    meloncrashed
        2
    meloncrashed  
    OP
       Nov 16, 2015
    @julyclyde 谢谢
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3461 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 10:41 · PVG 18:41 · LAX 03:41 · JFK 06:41
    ♥ Do have faith in what you're doing.