From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2615 Path: news.gmane.org!not-for-mail From: Al Arduengo Newsgroups: gmane.emacs.gnus.user Subject: Re: mail-sources: %t has invalid value Date: Fri, 13 Jun 2003 11:54:23 GMT Organization: Road Runner - Texas Message-ID: <87he6uqjnz.fsf@austin.rr.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668983 15783 80.91.229.2 (31 Jan 2006 00:56:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:56:23 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:57 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!uninett.no!news.net.uni-c.dk!logbridge.uoregon.edu!xmission!news-out.spamkiller.net!propagator2-maxim!news-in.superfeed.net!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:62BXhhjDkGU3QBULRdsJ64C5cig= Original-NNTP-Posting-Host: 66.68.138.159 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1055505263 66.68.138.159 (Fri, 13 Jun 2003 06:54:23 CDT) Original-NNTP-Posting-Date: Fri, 13 Jun 2003 06:54:23 CDT Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2755 Original-Lines: 29 X-Gnus-Article-Number: 2755 Tue Jan 17 17:30:57 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2615 Archived-At: I would suspect that putting the path to mv in the postscript call. eg '/bin/mv' or the like. Rgds, -Al Torsten Bronger writes: > Halloechen! > > In my .gnus it says > > (setq mail-sources > '((pop :server "acaxp.physik.rwth-aachen.de" > :user "***" > :password "***" > :postscript "mv -f %t /tmp/foo; formail -bs spamc < /tmp/foo > %t") > )) > > (The :postscript is taken from gnus.pdf section 8.18.3.) > > The value of %t is "/home/bronger/.emacs-mail-crash-box" but this > file doesn't exist during the :postscript command. Thus the "mv" > command fails (and with it the spamc call). > > What must I do to fix this? > > Tschoe, > Torsten.