From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66808 Path: news.gmane.org!not-for-mail From: Frederik Hohlfeld Newsgroups: gmane.emacs.gnus.general Subject: Cancel-Lock missing Date: Sun, 13 Apr 2008 17:46:40 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1208107136 19960 80.91.229.12 (13 Apr 2008 17:18:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2008 17:18:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15290@lists.math.uh.edu Sun Apr 13 19:19:26 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jl5rM-0002E9-It for ding-account@gmane.org; Sun, 13 Apr 2008 19:19:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Jl5pw-0003tV-Er; Sun, 13 Apr 2008 12:17:52 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jl4Xt-0003Uw-Ti for ding@lists.math.uh.edu; Sun, 13 Apr 2008 10:55:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jl4Xn-0007aG-M3 for ding@lists.math.uh.edu; Sun, 13 Apr 2008 10:55:09 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jl4Xx-0002tl-00 for ; Sun, 13 Apr 2008 17:55:13 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jl4Xm-0008Pb-NU for ding@gnus.org; Sun, 13 Apr 2008 15:55:02 +0000 Original-Received: from e179242178.adsl.alicedsl.de ([85.179.242.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Apr 2008 15:55:02 +0000 Original-Received: from frederik.hohlfeld by e179242178.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Apr 2008 15:55:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e179242178.adsl.alicedsl.de X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66808 Archived-At: Hi I'm using Gnus v5.13 and I don't get a Cancel-Lock header, although message-insert-canlock is t and the canlock passwords are defined. To be precise, I only get one canlock header in my postings, but that is server supplied (news.albasani.net puts a canlock into each posting). I'm missing the second one, my own, so that Gnus recognizes that it's my posting that I'm about to cancel. My message configuration is this: (require 'message) (setq message-generate-headers-first t message-from-style 'angles message-send-mail-function 'message-smtpmail-send-it message-kill-buffer-on-exit t message-deletable-headers nil message-user-fqdn "fqdn.invalid") (setq message-required-news-headers '(From Newsgroups Date (optional . Organization))) (setq message-required-mail-headers '(From Subject Date (optional . In-Reply-To) Message-ID)) Any idea what might be interfering with canlock insertion? Danke fürs Lesen Frederik