Re: PGP Setup 2.6.2 6.5.8

2000-12-08 Thread Thorsten Haude

Hi,

Jason Helfman wrote:
|  So I'm still missing a valid setting for pgp_getkeys_command. Why does 
|  set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose \
|  --batch --with-colons --keyserver wwwkeys.pgp.net --recv-keys %r"
|  not work?

What does this do?
This gets me unknown keys if they are on the public keyservers. Yours is
not apparently.

| # Use "host -l pgp.net | grep www" to figure out a keyserver.
| keyserver wwwkeys.eu.pgp.net
| 

Does anyone recommend a key server ? I am in USA.
Offhand I would suggest
`host -l pgp.net | grep www | grep us | awk '{print $1}'`.

Thorsten

 PGP signature


Re: ./configure Problem

2000-12-08 Thread J. David Boyd

Hmm, could I see a copy of your .muttrc file, please?

And (stupid question mode ON) do I need a copy of sendmail to send mail?

Dave

- Original Message -
From: "Charles Krug" [EMAIL PROTECTED]
To: "Mutt Users Group" [EMAIL PROTECTED]
Sent: Thursday, December 07, 2000 3:30 PM
Subject: Re: ./configure Problem


 On Thu, Dec 07, 2000 at 02:33:51PM -0500, J. David Boyd wrote:
  Good afternoon.
 
  I'm using Cywin 1.1.6 under Win 98 SE.
 
  When I run ./configure, it says that it can find no place where the mail
is
  stored.  I then created a var/spool/mail, and it configured, but of
course
  doesn't find any mail there.

 I'm using --enable-pop in my Cygwin configuration, then provided the
 appropriate information in the .muttrc file.

 I've played a bit with Fetchmail, but it doesn't like how I have things
 set up, to I just use the built-in pop support.  It's Good Enough (tm)
 for my purposes.


 Charles

 --
 Charles Krug, Jr.
 Applications Engineer
 Pentek Corp
 1 Park Way
 Upper Saddle River, NJ 07458






Re: ./configure Problem

2000-12-08 Thread Charles Cazabon

J. David Boyd [EMAIL PROTECTED] wrote:
 
 And (stupid question mode ON) do I need a copy of sendmail to send mail?

No.  You need an MTA, but this could be nullmailer (appropriate for a
dial-up machine or workstation in a LAN), qmail, postfix, exim, or even
sendmail.

Charles
-- 
---
Charles Cazabon [EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Folder-Hook to purge??

2000-12-08 Thread Laurent Pelecq

On Sun, Tue, 05 Dec 2000 17:09:37 -0800, Nikolai Prokoschenko wrote:
 Hi to all!
 
 I've been experimenting for a while to archieve the automatical
 purging of mailing-lists' folders and found an unusual
 (bug|feature):
 I'm using the following:
 
 folder-hook =mutt 'push T~d14d!~T\nd'
 
 It works also, BUT: when I enter the folder "mutt", all the old
 messages are "marked for death" _including_ the most recent one.
 That means, if I have just received a message from John Doe, then
 it would be marked with D also... :((( Can anybody confirm this?
 Maybe someone knows a workaround? TIA
 
 Nikolai.

I'm not sure but it seems that I had the same problem. I wanted to
automatically save messages with a score greather that 2 in another
folder. So I've used a push like:

folder-hook =send 'push T~F\n;s=archive/sent\n'

It tags all flagged messages (score_threshold_flagged is equal to
2). And it saves tagged messages (;s) to archive/sent.

The problem is that if there is no tagged messages, the tag-prefix
command (;) fails and mutt simply save (s) the current message. In
taht case it is always the last one in the folder (so the most recent
one).

It is not exactly what you describe but I don't understand exactly
what your push does. For me ! is a shell-escape.

I didn't find a work-around for my (and perhaps your) problem. It is
impossible to stop the push sequence on failure. It seems that mutt
just push characters on the input and it can't make a difference
between pushed chars and chars entered by hand.

-- 
Laurent Pelecq [EMAIL PROTECTED]



Re: from mutt list

2000-12-08 Thread Jason Helfman

actually this did it:

host -l pgp.net | grep www |awk '{print $1}' |grep us

On Fri, Dec 08, 2000 at 04:12:50PM +0100, Thorsten Haude thus spat:
| Hi,
| 
| I was wondering why this command isn't working...
| 
| # `host -l pgp.net | grep www | grep us |awk '{print $1}'`
| bash: wwwkeys.us.pgp.net: command not found
| Sorry, that was misleading. Try
| echo `host -l pgp.net | grep www | grep us |awk '{print $1}'`
| 
| The command would be 
| host -l pgp.net | grep www | grep us
| 
| hth
| Thorsten
| 

-- 
/Jason G Helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149