From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49625 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Sieve-Manage question: how to debug? Date: Sat, 25 Jan 2003 21:08:25 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84iswegyzb.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1043525367 22010 80.91.224.249 (25 Jan 2003 20:09:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 25 Jan 2003 20:09:27 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18cWcG-0005ir-00 for ; Sat, 25 Jan 2003 21:09:24 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18cWbh-00014r-00; Sat, 25 Jan 2003 14:08:49 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Jan 2003 14:09:45 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA09274 for ; Sat, 25 Jan 2003 14:09:29 -0600 (CST) Original-Received: (qmail 83019 invoked by alias); 25 Jan 2003 20:08:28 -0000 Original-Received: (qmail 83014 invoked from network); 25 Jan 2003 20:08:28 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 25 Jan 2003 20:08:28 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h0PK8PeE001062 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 25 Jan 2003 21:08:26 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030125:kai.grossjohann@uni-duisburg.de:d2f162d086b2eacc X-Hashcash: 0:030125:kai.grossjohann@uni-duisburg.de:d2f162d086b2eacc X-Payment: hashcash 1.1 0:030125:ding@gnus.org:b8a26eced928d83e X-Hashcash: 0:030125:ding@gnus.org:b8a26eced928d83e In-Reply-To: <84iswegyzb.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de's message of "Fri, 24 Jan 2003 19:54:32 +0100") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) X-Face: $uE40g26bSBz:7_i5d,,_~>1,7\~848A:jNZ5WYBRjD@MurE}fc-lA3d@Y}ffA2Lo)W2j-/ |tx$A=HgsJ#kX5+Z%vk=?i>2^a=bVAj|Jd]^_xXbWcd6+I=\bHq{?'7-k%zp'p I invoke sieve-manage, then hit RET on my script. It ends with > "keep;". I replace this line with "eep;" and hit C-c C-l. The > message I get is: > > Sieve upload failed: {38} > > So, where do I go from here? 38 is not the line number with the > error, I think. Is there any way to debug the problem? The protocol dump probably looked like: PUTSCRIPT ".sieve" {22202+} script content.... eep; NO {38} script errors: line 749: parse error The parser didn't handle literal strings as error messages. It should now.