From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46569 Path: main.gmane.org!not-for-mail From: Jorge Godoy Newsgroups: gmane.emacs.gnus.general Subject: Modifying messages inside Gnus (with shell command) Date: Mon, 16 Sep 2002 22:09:35 -0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032233468 2901 127.0.0.1 (17 Sep 2002 03:31:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2002 03:31:08 +0000 (UTC) Return-path: Original-Received: from karazm.math.uh.edu ([129.7.128.1]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17r94t-0000ke-00 for ; Tue, 17 Sep 2002 05:31:07 +0200 Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.128.10]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id VAA02326; Mon, 16 Sep 2002 21:57:24 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 16 Sep 2002 21:58:02 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA23926 for ; Mon, 16 Sep 2002 21:57:52 -0500 (CDT) Original-Received: (qmail 8067 invoked by alias); 17 Sep 2002 01:10:28 -0000 Original-Received: (qmail 8062 invoked from network); 17 Sep 2002 01:10:27 -0000 Original-Received: from 4-055.ctame701-5.telepar.net.br (HELO wintermute.casa) (200.181.150.55) by gnus.org with SMTP; 17 Sep 2002 01:10:27 -0000 Original-Received: by wintermute.casa (Postfix, from userid 550) id BBD394C93F; Mon, 16 Sep 2002 22:09:35 -0300 (BRT) Original-To: ding@gnus.org X-URL: Mail-Copies-To: nobody X-Disclaimer: Unless explicitly stated, opinions on this message are strictly mine Original-Lines: 22 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-conectiva-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46569 Hi, I use SpamAssassin and it adds some marks such as a *****SPAM***** notice in the subject, modifying MIME attachments, etc. Sometimes I get false positives with it and I want to move the message to its correct folder instead of the spam folder. But, I also wanted to recover the message removing all these modifications inserted by spamassassin. I can do that with a shell command ("spamassassin -d") but I think that Gnus specific files won't be updated (such as .overview and .marks). Is there any way for me to run a shell command in a message and have Gnus recognizing the message correctly? Thanks in advance, -- Godoy.