Re: manually check pgp sig?

2001-02-05 Thread Nollaig MacKenzie


On 2001.02.05 08:34:45, you,
 the extraordinary smund Skjveland, opined:

  I don't like to automatically check signatures on message opens,
  but I'd like to be able to do it manually, yet I can't find a
  command to do this.
  
  I'm not talking about setting pgp_verify_sig but rather a command
  that I can issue to do this at any time while viewing the message.
 
 Press "|" (pipe to command) and type "gpg --verify"?
 


Curiously, this gives a different result from the check
done by Mutt's invocation of GPG;

Mutt gets:

gpg: Signature made Mon Feb  5 02:34:45 2001 EST using DSA key ID 54B975CE
gpg: Good signature from "smund Skjveland [EMAIL PROTECTED]"
gpg: aka "smund Skjveland [EMAIL PROTECTED]"
gpg: aka "smund Skjveland [EMAIL PROTECTED]"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.

Piping gets:

gpg: Signature made Mon Feb  5 02:34:45 2001 EST using DSA key ID 54B975CE
gpg: BAD signature from "smund Skjveland [EMAIL PROTECTED]"


Well, maybe not so curious; gpg-2comp does do some work

Cheers, N.



-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



maildir2mbox ?

2000-12-09 Thread Nollaig MacKenzie

I found a nice script, mbox2maildir, which
converts a mbox file to a maildir format.
I know that the inverse script, maildir2mbox,
exists, but I can't find it. Anyone got the
address of an FTP site - ?

Cheers, N.

-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com




Re: sending mail and a copy saved to sent-mail...

2000-11-15 Thread Nollaig MacKenzie


On 2000.11.15 11:28:01, you,
 the extraordinary Luke Ravitch, opined:

 On Tue, Nov 14, 2000 at 04:08:40PM -0800, Robert Sweet wrote:
  Does anyone know how to have a copy of mail sent saved to a
  mailbox i.e., sent-mail?
 
 set record = sent-mail
 

After a while, I went to this suggestion,
which came to this list a few months ago:

set record="+Record/s-`date +%Y-%m`"  # default location to save outgoing mail

(makes a new folder each month)

Cheers, N.

-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Re: customize index_format for *one* mailbox?

2000-11-07 Thread Nollaig MacKenzie


On 2000.11.07 10:39:27, you,
 the extraordinary Hardy Merrill, opined:

 I'd like to customize the "index_format" for my "sent" mailbox
 to list the "to:" address instead of the "from:" address that
 it now displays.  Is this possible to do for just one mailbox?
 Maybe with a folder-hook?
 
My mutt seems to show everything I have sent with
the "To: " line in the index (even things that go
to mailing lists and get procmailed into folders,
e.g. =Lists/mutt-users). I can't find anywhere that
I set this So is it the default? But then it
should be that way in your "sent" folder automatically.
Curious.

Cheers, N.

-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Volkov (mutt + news) + slrnpull?

2000-10-30 Thread Nollaig MacKenzie



Greetings,

Is it possible to use Gospodin Volkov's vvvnntp
patch with a setup like that one would get using
slrn and slrnpull? That is, can mutt+vvvnntp be
configured to look for alt.fan.undset articles in
/var/spool/slrnpull/news/alt/fan/undset ?

Cheers, N.

-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Re: changing directories

2000-10-26 Thread Nollaig MacKenzie


On 2000.10.26 09:11:20, you,
 the extraordinary [EMAIL PROTECTED], opined:

 I wrote:
   Anyway, I'd REALLY like to be able to change directories while inside
   mutt; that's one of the things I've found wanting in elm that I hoped
   mutt would remedy
  
 Someone whose name I missed suggested
 
 macro index A ":set folder="
macro index A ":set folder="
 
 and Kai Blin wrote:
  You mean like c does? Try it. you can change the default setting by setting
  the $folder variable in your .muttrc...
  ... 
  you could define a macro to set your folder to ~/class and browse to your
  desired folder..
 
 As I understand it, all three of these solutions change what _mail folder_
 I'm reading, which isn't what I want.  I want to keep reading the same mail
 folder (typically, though not always, my incoming-and-not-yet-read queue),
 but change the _directory in which attachments are saved_.
 

Actually, mutt is cute about this. If I'm reading
=Lists/mutt-users [aka /home/nollaig/mail/Lists/mutt-users]
and do

:set folder=~/tmp

mutt continues to show me =Lists/mutt-users, and typing
"c" then "?" gets me a listing of my mailboxes, all of
which are in ~/mail; but when I save a message from
"[EMAIL PROTECTED]" the default filename offered is
/home/nollaig/tmp/foo

Mind you, Mikko's suggestion is the best, if the
patch he mentions is not just a Corrs-induced 
figment of his imagination....

Cheers, N.

that's Corrs, not Coors
-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Re: Fast forward (newbie++ question)

2000-10-17 Thread Nollaig MacKenzie


On 2000.10.17 06:08:33, you,
 the extraordinary Cliff Sarginson, opined:

 Often after reading a mail I need to forward it to a certain email
 address. This address is always the same one and I never need to change
 the subject or add comments in the text etc. Unfortunately until I read
 it I don;t know whether it needs to be forwarded or not.
 Can I define a key-binding or something so that with one push on a button
 the current mail message is addressed with the canned forwarding address
 and sent without any further interaction on my part ?
 

This should do, assuming you haven't used "B"
for something else:

macro pager B "[EMAIL PROTECTED]\ny"

Replace "[EMAIL PROTECTED]" by your target.

Cheers, N.
-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Re: Nuking duplicate messages (from Telsa's .procmailrc)

2000-10-16 Thread Nollaig MacKenzie


On 2000.10.16 11:03:17, you,
 the extraordinary Lars Hecking, opined:

 (quoting someone) 
  # Nuke duplicate messages
  :0 Wh: msgid.lock
  | $FORMAIL -D 8192 msgid.cache
  
  This recipe should not be used. It can cause mail loss. Read the
  _complete_ example in the procmailex man page.
 

Is this also a problem with nodupmail?
(http://nodupmail.sourceforge.net/)

Cheers, N.
-- 
Nollaig MacKenzie [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx
Oppose renaming Mt Logan!! http://www.savemtlogan.com



Re: Mutt in batch mode

2000-10-11 Thread Nollaig MacKenzie


On 2000.10.11 16:44:56, you,
 the extraordinary Jean-Paul Laberge, opined:

 Hi,
 
 I'd like to know how to use 'mutt' in batch mode, without a user
 intervention.  I use the following command:
 
 mutt -a attached.txt -s "Test from MUTT" jplaberge@.aircanada.ca
 
 but I'm always going in the user interface.
 
 Is it possible to do it?  And, if yes, do you know how to do it?
 
Just one more little thing: give mutt a stream
of characters (I guess that's how to put it):

mutt -a attached.txt -s "Test from MUTT" jplaberge@.aircanada.ca body.txt

or

echo "hey"|mutt -a attached.txt -s "Test from MUTT" jplaberge@.aircanada.ca

Cheers, N.

-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: Disabling encryption on saved copies of outgoing.

2000-10-11 Thread Nollaig MacKenzie


On 2000.10.11 13:19:22, you,
 the extraordinary raf, opined:

 Nollaig MacKenzie wrote:
 
snip!
  
  Am I right in thinking that the message Bcc-ed to
  myself is encrypted quite independently of the
  message "To: " whoever (and vice-versa, which is
  what actually matters)?
  
  Cheers, N.
 
 no, but the solution is trivial. create an "anonymous" secret/public key
 pair for use when sending anonymous mail. it doesn't matter if people can
 see that a message was encrypted to: [EMAIL PROTECTED]
 and they can't locate the "public" key because you've hidden it under a
 rock

Cool. Thanks! I made it a little more complicated,
Bcc-ing to [EMAIL PROTECTED] encrypted,
and putting an entry in /etc/hosts:

my.ip.num.ber   go-fsck-youself.com

(I didn't actually use go-fsck-youself.com :-)

Cheers, N.

-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: Disabling encryption on saved copies of outgoing.

2000-10-10 Thread Nollaig MacKenzie


On 2000.10.10 05:23:25, you,
 the extraordinary rex, opined:

 On Tue, Oct 10, 2000 at 12:14:24AM -0400, David T-G wrote:
  
  
  It's almost pointless to save the encrypted version, since it is
  encrypted with someone else's public key and I can't decrypt and read my
  own sent mail.
  
  Well, then, you should simply encrypt to your key as well :-)
 
 If you contemplate EVER using remailers, this is a BAD idea. It's very
 easy to forget that outgoing messages are being encrypted to you, and that
 anyone can see that fact. So, when your message, carefully routed through
 a remailer chain to hide the source of the message, gets to the recipient,
 s/he can see that it is encrypted to you (as can anyone else with access
 to the encrypted message), which is a VERY strong clue as to who sent the
 message.
 

May I check my thought about achieving the effect
of encrypting to self while avoiding the loss of
anonymity?

Put this in Mutt.aliases (or functional equivalent):

alias moi ${NAME} ${USER}@${HOST}

Define these macros in Muttrc or .muttrc:

macro compose \ce "bmoi\npe"
macro compose \cb "bmoi\npb"

^E in the compose menu puts myself on the "Bcc: "
line, invokes the pgp menu, and chooses "encrypt".

Am I right in thinking that the message Bcc-ed to
myself is encrypted quite independently of the
message "To: " whoever (and vice-versa, which is
what actually matters)?

Cheers, N.

-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: Disabling encryption on saved copies of outgoing.

2000-10-10 Thread Nollaig MacKenzie


On 2000.10.10 21:45:14, you,
 the extraordinary Mikko Hänninen, opined:

 Nollaig MacKenzie [EMAIL PROTECTED] wrote on Tue, 10 Oct 2000:
  Am I right in thinking that the message Bcc-ed to
  myself is encrypted quite independently of the
  message "To: " whoever (and vice-versa, which is
  what actually matters)?
 
 AFAIK, you're not right.  The sendmail (or equivalent) program gets
 invoked only once by Mutt, and all the copies will be thus sent at that
 one go.  The message going to everyone is identical.
 

Quite right, as usual (just for that I'm going
to make a sig asserting the superiority of the
Dixie Chicks to the Corrs :-)

The single message contains the info about both
the keys used to encrypt, it seems. So I don't
see any straightforward way around the original 
problem.

Cheers, N.
-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: multiple recipients

2000-09-25 Thread Nollaig MacKenzie


On 2000.09.25 10:48:18, you,
 the extraordinary Petr Kristan, opined:

 I have recipient addresses in the file.
 Can I specify in To: field, that recipients are from this file.
 

If your mutt uses sendmail, you could use the
sendmail aliases file so:
 
poets: ":include:/usr/local/lib/poets.list"

where   /usr/local/lib/poets.list   contains
the list of addresses.

(the example is from 'man sendmail').

Cheers, N.


-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: those users (was Re: Reply to all???)

2000-06-27 Thread Nollaig MacKenzie


On 2000.06.27 12:08:28, you,
 the extraordinary David T-G, opined:

 
 It seems that mutt is cresting one of those points of explosive growth
 where we see a massive influx of clueless newbies -- perhaps, due to
 the easy availability of Linux and even other more mainstream *NIX
 distributions, so new that they don't even know how things work in The
 Right World (tm) -- and have to deal with a bunch of questions that seem
 pretty darned dumb even when we look back to the days when we were young
 and lusers ourselves.
 
 Unfortunately, this translates directly into more traffic on the mailing
 lists that is of fairly low interest to at least the Original Ones ...

[...]

   The problem, though, is that some of
 the Original Ones are getting tired of this crap and are unsubscribing or
 strongly contemplating it.

[...]

Has this ever been tried for some Cool Software:

Create two lists:

[EMAIL PROTECTED]
[EMAIL PROTECTED]

And etiquette requires that if you are fairly newbile
you send your question to CoolSoftwareNewbies and wait
a reasonable time before construing the absence of
answer as an indication that you should send it to
CoolSoftwareUsers?

Naive, I suppose..

Cheers, N.

-- 
Nollaig MacKenzie :: [EMAIL PROTECTED]
http://www.amhuinnsuidhe.cx



Re: POP accounts and replys

1999-12-06 Thread Nollaig MacKenzie

On Mon, Dec 06, 1999 at 11:51:50AM +1100, you, the extraordinary Andrew Clark, opined:
 I've been told that mutt can do what I want.  I want to set up the
 following:
 
 1. Collect mail from 2 pop accounts (user1 and user2)
 2. When I reply to a message addressed to user1, the from header should be
 user1, if I reply to a message addressed to user2, the from header should
 be user2.
 
 Is it possible to get mutt to do this?  I have not been able to figure out
 how yet.  If it is possible, can someone give me a brief run down on the
 process? If it isn't, can anyone tell me a Linux mail client that can?
 

I do this: Use procmail to sort incoming mail into
folders; here's a fragment of procmailrc:

-
  

# Sort by POP server account


:0:
* Received: from pop2.sympatico.ca
Pop/Sympatico


:0:
* Received: from mail.iname.com
Pop/Iname

-

And from .muttrc:

-

folder-hook Pop/Iname my_hdr From: [EMAIL PROTECTED]
folder-hook Pop/Sympatico my_hdr From: [EMAIL PROTECTED]

-

Cheers, N.
-- 
Nollaig MacKenzie
[EMAIL PROTECTED]