Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 3979B6DE13D2 for ; Thu, 1 Oct 2015 12:10:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.508 X-Spam-Level: X-Spam-Status: No, score=-0.508 tagged_above=-999 required=5 tests=[AWL=2.362, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jSrf8hJK0F_l for ; Thu, 1 Oct 2015 12:10:53 -0700 (PDT) X-Greylist: delayed 591 seconds by postgrey-1.35 at arlo; Thu, 01 Oct 2015 12:10:53 PDT Received: from hartman.uits.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) by arlo.cworth.org (Postfix) with ESMTPS id 5DBB96DE1390 for ; Thu, 1 Oct 2015 12:10:53 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.17,619,1437451200"; d="scan'208";a="293929946" Received: from mssg-relay.indiana.edu ([129.79.1.73]) by irpt-internal-relay.indiana.edu with ESMTP; 01 Oct 2015 15:01:00 -0400 Received: from hartman.uits.indiana.edu (belushi.uits.indiana.edu [129.79.1.188]) by mssg-relay.indiana.edu (8.14.7/8.14.4/IU Campus Communications Team) with ESMTP id t91J10mK022686 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 1 Oct 2015 15:01:00 -0400 X-IronPort-AV: E=Sophos;i="5.17,619,1437451200"; d="scan'208";a="293929945" Received: from candy.uits.indiana.edu (HELO mail-relay.iu.edu) ([129.79.1.201]) by irpt-internal-relay.indiana.edu with ESMTP; 01 Oct 2015 15:01:00 -0400 Received: from viking.dsc.soic.indiana.edu (viking.dsc.soic.indiana.edu [156.56.94.68]) (authenticated bits=0) by mail-relay.iu.edu (8.14.7/8.14.4/IU Campus Communications Team) with ESMTP id t91J0x4p011494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 1 Oct 2015 15:01:00 -0400 Received: from localhost (viking.dsc.soic.indiana.edu [local]); by viking.dsc.soic.indiana.edu (OpenSMTPD) with ESMTPA id 11c731c1; for ; Thu, 1 Oct 2015 15:00:59 -0400 (EDT) From: Allan Streib To: notmuch@notmuchmail.org Subject: Bug/Issue: References header doesn't wrap in emacs package User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-openbsd) Date: Thu, 01 Oct 2015 15:00:59 -0400 Message-ID: <87612qwh04.fsf@viking.dsc.soic.indiana.edu> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 19:10:59 -0000 Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 Replying to a message in a deeply nested thread can trigger a complaint: sendmail: command failed: 550 5.7.1 Delivery not authorized, message refused: Message is not RFC 2822 compliant The problem is a References header that is too long/not wrapped. Regards, Allan