zoukankan      html  css  js  c++  java
  • linux-kernel邮件列表订阅出错,提示命令不能识别---解决方案

    如果想申请linux kernel maillist 最好新申请一个邮箱,因为每天的邮件量很大。

    文章概要:

    1. 订阅方法

    2.问题重现及解决方法

     注意:邮件的格式一定是纯文本格式,而且正文不得出现多余的空格或换行之类的其他字符。

    1. 订阅方法

    1)请求订阅

    发邮件给 majordomo@vger.kernel.org

    主题可写 hello, 内容写 

    subscribe linux-kernel

    2) 得到确认信息

    如果第一封邮件没有问题会回给你一封邮件,如果有问题你可以再发一封和步骤一一样的邮件。

    回复的一部分如下:

    If you really want this action to be taken, please send the following

    commands (exactly as shown) back to "Majordomo@vger.kernel.org":

    auth 7acac418 subscribe linux-kernel zuoertu@gmail.com

    If you do not want this action to be taken, simply ignore this message

    and the request will be disregarded.

    3)发送确认信息

    把红色的部分加邮箱发送回去

    如我把 auth 7acac418 subscribe linux-kernel zuoertu@gmail.com 再发回Majordomo@vger.kernel.org

    4)得到回复邮件

    Welcome to the linux-kernel mailing list! 恭喜您,您成功订阅了linux kernel maillist

    5)退订邮件

    如果想退订邮件在发邮件给Majordomo@vger.kernel.org

    内容:unsubscribe linux-kernel zuoertu@gmail.com

    2. 问题重现:

    1. 邮箱用的是hotmail (因为最近gmail的访问非常蛋疼,你懂的!)

    2. 本人试过在浏览器中发送邮件,也用过foxmail,但是发送订阅邮件后都出错。具体原因不清楚。

    出错情况如下:

    在订阅的过程中碰到个回复邮件的格式问题,这个不解决,订阅是不成功的。

    错误信息:


    >>>> ---309136488-1687512366-1367655922=:73926
    **** Command '---309136488-1687512366-1367655922=:73926' not recognized.
    >>>> Content-Type: text/plain; charset=iso-8859-1
    **** Command 'content-type:' not recognized.
    >>>> Content-Transfer-Encoding: quoted-printable
    **** Command 'content-transfer-encoding:' not recognized.
    >>>> 
    >>>> --=0A=A0=A0=A0 auth 6f8597af subscribe linux-kernel wuxianfeng168@yahoo.com=
    **** Command '--=0a=a0=a0=a0' not recognized.
    >>>> =0A
    **** Command '=0a' not recognized.
    >>>> ---309136488-1687512366-1367655922=:73926
    **** Command '---309136488-1687512366-1367655922=:73926' not recognized.
    >>>> Content-Type: text/html; charset=iso-8859-1
    **** Command 'content-type:' not recognized.
    >>>> Content-Transfer-Encoding: quoted-printable
    **** Command 'content-transfer-encoding:' not recognized.
    >>>> 
    >>>> <html><body><div style=3D"color:#000; font-family:ti=
    **** Command '<html><body><div' not recognized.
    >>>> mes new roman, new york, times, serif;font-size:12pt"><div>--<br>&nbsp;&nbs=
    **** Command 'mes' not recognized.
    >>>> p;&nbsp; auth 6f8597af subscribe linux-kernel wuxianfeng168@yahoo.com</div>=
    **** Command 'p;&nbsp;' not recognized.
    ****
    **** TOO MANY UNKNOWN INPUT LINES, ABORTING PROCESSING
    **** No valid commands found.
    **** Commands must be in message BODY, not in HEADER.

    **** Help for Majordomo@vger.kernel.org:

    (余下 略).........

    解决方案:

    1. 微软的东西还是得用微软来解决,发送邮件时需要用outlook来发送,而且注意邮件的格式一点要是纯文本格式。(本人亲测)

    2. 换一种邮箱 (没试过)。

  • 相关阅读:
    全体自然数的和是负十二分之一?
    隐马尔可夫模型(二)维特比算法
    隐马尔可夫模型
    freemarker实现单元格动态合并-行合并
    工具类_JavaPOI_Office文件内容读取
    SpringBoot-自动装配对象及源码ImportSelector分析
    SpringBoot-文件在线预览解决方案-基于OpenOffice及jacob
    Elasticsearch6.4.0-windows环境部署安装
    单列模式与多线程
    基于SpringMVC的文件(增删改查)上传、下载、更新、删除
  • 原文地址:https://www.cnblogs.com/nsxz85/p/4036142.html
Copyright © 2011-2022 走看看