Re: Read receipt and return receipt

2001-01-17 Thread Dale Morris

Does Exim support dsn notify and dsn return? If so, can I just set those
variables? I'm using exim on a cable connection..

thanks



dale

Viktor Lakics [[EMAIL PROTECTED]] wrote:
 Dear mutters,
 
 Is there any way to ask for read receipt or return receipt when I
 have the message done, and I just have to hit the "y" to send it?
 
 I have already RTFM, and know that there are two variables in mutt to
 support this: ``$dsn_notify'' and ``$dsn_return''. But these are
 somehow rely on sendmail command line options. I use postfix, and I
 have no clue how I could make these variables work for me. ( I
 suppose I have to put them into my .muttrc, but I do not want read
 receipts on all my messages sent, I want to activate this option in
 some rare cases, with some messages...How could I do that with mutt?
 
 Any help would be appreciated...
 
 Viktor
 



Re: Read receipt and return receipt

2001-01-17 Thread Suresh Ramasubramanian

Dale Morris proclaimed on mutt-users that: 

 Does Exim support dsn notify and dsn return? If so, can I just set those
 variables? I'm using exim on a cable connection..

exim doesnt support DSN, period.

-suresh

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: New mail notification

2001-01-17 Thread Fredrik Jagenheim

On Wed, Jan 17, 2001 at 08:48:23AM +0530, Suresh Ramasubramanian wrote:
 Jeffrey A Schoolcraft proclaimed on mutt-users that: 
 
  sorry, forgot the !
   mailboxes ! `for file in ~/mail/*; do echo -n "+$(basename $file) "; done`
 
 instead - try 
 mailboxes `echo $HOME/Mail/*`
 it works just fine :)
 

I just wish there would be a way to unspecify mailboxes after doing
something like that. Like 'SPAM' and 'outbox'. I usually end up doing
hairy sed scripts, when something like;
mailboxes `echo $HOME/Mail/*`
mailboxes -SPAM -outbox

Perhaps it is possible, I just missed it?

//Fredde




Encrypting attachments with GnuPG so that Eudora can see it...

2001-01-17 Thread msquared

PROBLEM:

Suppose I send a GPG-encrypted email that has an attachment.  I then send
it to someone who is using Eudora 5.0 with PGP Freeware 6.5.8 to read
their email.

Normally, when a Eudora reads an encrypted email with an attachment, they
are initially presented with a PGP icon.  If they click on the icon, they
are presented with the original text of the email, plus the icon for the
original attachment.

When I use mutt/GPG to send an attachment, though, it doesn't work as
well.  Initially, they are still presented with the PGP icon.  However,
when they click on it, instead of being shown the email plus an icon for
the attachment, the email plus its MIME headers, and the encoded
attachment plus its MIME headers are displayed as if it were the email
itself.  If it was an image or something else that was attached, then you
get to see the whole base64 encoding of the attachment, instead of the
attachment itself.  Blecch.

Oh, and something else: if I attach a file, then encrypt -and- sign, then
set the main text's disposition from inline to attachment, Eudora doesn't
even display the content when it decrypts.  It only shows the
multipart/content-type header.  *sigh*


MUTT SETUP:

  * Running under RedHat Linux 6.2
  * mutt 1.2.5i plus compressed folder support (installed from the RPM)
  * gnupg 1.0.4 (latest from RedHat, which includes the recent security
patch)


EUDORA SETUP:

  * Running under Win2K Pro
  * Eudora 5.0
  * PGP Freeware 6.5.8


I'd appreciate any help at all in working around this, so that I can use
mutt to send encrypted attachments that Eudora (and other mail
applications) recognise...

Note that I didn't even bother testing with Outlook and Outlook Express,
because they have bugger all support for receiving and correctly
processing encrypted attachments, anyway.  (At least that is the case with
the PGP Freeware plugin, and Outlook Express dies about 20-50% of the time
with the PGP plugin, anyway.)


 2
Regards, /|/|
/   |



Mutt is trying SASL auth w/POP3 server?

2001-01-17 Thread Gordon Sadler

My ISP just changed mail servers. What a pain. Before mutt was set to
check my mail on the pop3 server. After changing servers in my
~~/.muttrc, mutt is now trying SASL auth and failing miserably.

I can telnet to the mail server and issue the appropriate pop3 commands
to list, retr, dele mail etc... However, mutt can't.

The welcome message from the pop3 server does NOT have a tag in ''
which is used with a digest algorithm to generate the APOP command,
according to RFC for POP3. And it is only providing POP3 services for
my ISP. Can someone tell me why mutt is trying to use SASL
authentication with a pop3 server? I hope the answer is not to
recompile this without SASL.

Version : 1.3.12 Debian Rev: -2

For obvious reasons please don't CC me in reply -)

Gordon Sadler



Re: New mail notification

2001-01-17 Thread Fredrik Jagenheim

On Wed, Jan 17, 2001 at 08:48:23AM +0530, Suresh Ramasubramanian wrote:
 Jeffrey A Schoolcraft proclaimed on mutt-users that: 
 
  sorry, forgot the !
   mailboxes ! `for file in ~/mail/*; do echo -n "+$(basename $file) "; done`
 
 instead - try 
 mailboxes `echo $HOME/Mail/*`
 it works just fine :)
 

I just wish there would be a way to unspecify mailboxes after doing
something like that. Like 'SPAM' and 'outbox'. I usually end up doing
hairy sed scripts, when something like;
mailboxes `echo $HOME/Mail/*`
mailboxes -SPAM -outbox

Perhaps it is possible, I just missed it?

//Fredde




Encrypting attachments with GnuPG so that Eudora can see it...

2001-01-17 Thread msquared

PROBLEM:

Suppose I send a GPG-encrypted email that has an attachment.  I then send
it to someone who is using Eudora 5.0 with PGP Freeware 6.5.8 to read
their email.

Normally, when a Eudora reads an encrypted email with an attachment, they
are initially presented with a PGP icon.  If they click on the icon, they
are presented with the original text of the email, plus the icon for the
original attachment.

When I use mutt/GPG to send an attachment, though, it doesn't work as
well.  Initially, they are still presented with the PGP icon.  However,
when they click on it, instead of being shown the email plus an icon for
the attachment, the email plus its MIME headers, and the encoded
attachment plus its MIME headers are displayed as if it were the email
itself.  If it was an image or something else that was attached, then you
get to see the whole base64 encoding of the attachment, instead of the
attachment itself.  Blecch.

Oh, and something else: if I attach a file, then encrypt -and- sign, then
set the main text's disposition from inline to attachment, Eudora doesn't
even display the content when it decrypts.  It only shows the
multipart/content-type header.  *sigh*


MUTT SETUP:

  * Running under RedHat Linux 6.2
  * mutt 1.2.5i plus compressed folder support (installed from the RPM)
  * gnupg 1.0.4 (latest from RedHat, which includes the recent security
patch)


EUDORA SETUP:

  * Running under Win2K Pro
  * Eudora 5.0
  * PGP Freeware 6.5.8


I'd appreciate any help at all in working around this, so that I can use
mutt to send encrypted attachments that Eudora (and other mail
applications) recognise...

Note that I didn't even bother testing with Outlook and Outlook Express,
because they have bugger all support for receiving and correctly
processing encrypted attachments, anyway.  (At least that is the case with
the PGP Freeware plugin, and Outlook Express dies about 20-50% of the time
with the PGP plugin, anyway.)


 2
Regards, /|/|
/   |



Re: New mail notification

2001-01-17 Thread Dave Pearson

On Wed, Jan 17, 2001 at 09:29:53AM +0100, Fredrik Jagenheim wrote:

 I just wish there would be a way to unspecify mailboxes after doing
 something like that. Like 'SPAM' and 'outbox'. I usually end up doing
 hairy sed scripts, when something like;
 mailboxes `echo $HOME/Mail/*`
 mailboxes -SPAM -outbox
 
 Perhaps it is possible, I just missed it?

How about something like:

,
| echo $HOME/Mail/* | tr " " "\n" | grep -Ev "not wanted" | tr "\n" " "
`

Where not wanted is the list of boxes you don't want. eg:

,
| grep -Ev "SPAM|outbox"
`

-- 
Dave Pearson:  | mutt.octet.filter - autoview octet-streams
http://www.davep.org/  | mutt.vcard.filter - autoview simple vcards
Mutt:  | muttrc2html   - muttrc - HTML utility
http://www.davep.org/mutt/ | muttrc.sl - Jed muttrc mode



Re: New mail notification

2001-01-17 Thread Suresh Ramasubramanian

Dave Pearson proclaimed on mutt-users that: 

 Where not wanted is the list of boxes you don't want. eg:
 ,
 | grep -Ev "SPAM|outbox"
 `
 
 simple - and brilliant :)

-suresh

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: Hang/loop with Please enter the key ID: prompt.

2001-01-17 Thread Michael Rauch

Hi, 

On Wed, Jan 17, 2001 at 03:35:34PM +0100, Heinrich Langos wrote:
 On Mon, Jan 15, 2001 at 10:03:39AM -0600, Bob Willcox wrote:
  Hi All,
  
  What is the proper response to the prompt:
  
  Please enter the key ID:
  
  after accidently hitting a key to provoke (might have been K)?  Once I
  get into this mode, nothing I type in seems to satisfy mutt and I wind
  up having to kill the entire mutt session to get free (which causes me
  to lose all of my current mailbox state).
  
  Does anybody know what I can do to get mutt to quit this prompt?
 
 enter a correct key ID ? :-)
 
 naahh .. just kidding .. you probably hit the key that is bound to 
 sign your message by pgp or gpg ... and mutt realy gets stuck in there
 when e.g. it can't find the "pgp_list_secring_command". I had the same
 problem. pgpring (one of mutt's utilities) was not in the PATH and 
 mutt got stuck at that prompt.

yes, there is one (and I think it should be in the FAQ, so Cc: to the 
FAQ-maintainer and my answer in a form that can be included.):

Q: I've typed a key accidentally and now mutt asks me to enter something. I 
just want to get out again!

A: Try Ctrl-G. This aborts the prompt and returns to whatever you did 
before. (A common example for this is sending encrypted mail, when mutt 
cannot find a suitable key id for any reason whatsoever and prompts "Please 
enter the key ID:" repeatedly.)

HTH

Michael



attaching multiple files with edit-headers

2001-01-17 Thread Eric Smith

I just discovered the Attach: header that you can add while editing
an outgoing mail.  The number of times I have blushed after sending
mail with xyz attached .. and no attachments :)  Now there is no
excuse of waiting till you get to the Composer to attach files - you
can do it in vi using the ^Xf which completes file names.

And now the question:
Is it possible to attach more than a single file in this way?


-- 
Eric Smith
Fruitcom.com Amsterdam
Wire phone : +31 20 528 7340
Mobile: +31 617 232 304
www.fruitcom.com



Re: Hang/loop with Please enter the key ID: prompt.

2001-01-17 Thread Frank Naumann

Hi all,

On Wed, Jan 17, 2001 at 03:35:34PM +0100, Heinrich Langos wrote:
  
  Please enter the key ID:
  
 sign your message by pgp or gpg ... and mutt realy gets stuck in there
 when e.g. it can't find the "pgp_list_secring_command". I had the same
 problem. pgpring (one of mutt's utilities) was not in the PATH and 
 mutt got stuck at that prompt.
 
i had a similar problem. After including pgp6.rc (can be found in
mutt documentation, files for gpg and pgp2 or pgp5 also) in
~/.muttrc the problem was solved for me.

Greetings,
Frank

-- 

Hi! I'm the infamous .signature virus!
Copy me into your ~/.signature to help me spread!




Re: Hang/loop with Please enter the key ID: prompt.

2001-01-17 Thread Frank Naumann

Hi all,

On Wed, Jan 17, 2001 at 03:35:34PM +0100, Heinrich Langos wrote:
  
  Please enter the key ID:
  
 sign your message by pgp or gpg ... and mutt realy gets stuck in there
 when e.g. it can't find the "pgp_list_secring_command". I had the same
 problem. pgpring (one of mutt's utilities) was not in the PATH and 
 mutt got stuck at that prompt.
 
i had a similar problem. After including pgp6.rc (can be found in
mutt documentation, files for gpg and pgp2 or pgp5 also) in
~/.muttrc the problem was solved for me.

Greetings,
Frank

-- 

Hi! I'm the infamous .signature virus!
Copy me into your ~/.signature to help me spread!




Re: attaching multiple files with edit-headers

2001-01-17 Thread Dave Pearson

On Wed, Jan 17, 2001 at 05:21:02PM +0200, Eric Smith wrote:

 And now the question:
 Is it possible to attach more than a single file in this way?

Yes. Have one Attach: header for each file you want to attach.

-- 
Dave Pearson:  | mutt.octet.filter - autoview octet-streams
http://www.davep.org/  | mutt.vcard.filter - autoview simple vcards
Mutt:  | muttrc2html   - muttrc - HTML utility
http://www.davep.org/mutt/ | muttrc.sl - Jed muttrc mode



redisplaying encrypted messages

2001-01-17 Thread David T-G

Hi, all --

My, I've been gone for a long time.  I wonder if this question has been
asked already :-)

When I get an encrypted message, I read it like you would expect.
Sometimes I want to check the headers, however, and so I press 'h' while
the message is displayed.  In an action that I find somewhat surprising
and certainly time-consuming, mutt starts over and re-decrypts the message
to redisplay it with the headers.  The same thing happens if I then press
'h' to turn the headers off again.

I don't know much about how the internal pager display works or how
decrypted messages are handled, but could mutt remember the decrypted
code it got a moment ago and just redisplay that with the new header
selection instead of having to decrypt again?


TIA and Happy New Year to all -- I miss having time to read the list :-(

:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


 PGP signature


Re: Encrypting attachments with GnuPG so that Eudora can see it...

2001-01-17 Thread David T-G

MM --

...and then msquared said...
% PROBLEM:
% 
% Suppose I send a GPG-encrypted email that has an attachment.  I then send
% it to someone who is using Eudora 5.0 with PGP Freeware 6.5.8 to read
% their email.

That's certainly a problem -- a known one.  You're right; you cannot
encrypt and sign a message to Eudora users.  As far as I can tell, you
can only send with pgp_create_traditional, and I haven't even seen
attachments working with encryption.

Now, that doesn't mean that the data didn't make it there, and the
recipient can find the attachments in whatever directory Eudora uses.
It's a pain, though.


Best of luck...

:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


 PGP signature


Mailboxes

2001-01-17 Thread Martin Schweizer

Hello 

I'm using Mutt 1.2.5i and installed procmail to sort lynx-dev mails and 
mutt-users mails in separate mailboxes. The only way I found to open these 
mailboxes (in $HOME/Mail/) is press 'c' in the index. Is there another way (I 
found nothing in the manual)? Secondary: if I opend perhaps the lynx-dev 
mailbox, how can I return to the standard mailbox?
Thanks in advance.

-- 
Regards,

-Martin
mailto:[EMAIL PROTECTED]




Re: attaching multiple files with edit-headers

2001-01-17 Thread Conor Daly

On Wed, Jan 17, 2001 at 05:03:30PM + or so it is rumoured hereabouts, 
Dave Pearson thought:
 On Wed, Jan 17, 2001 at 05:21:02PM +0200, Eric Smith wrote:
 
  And now the question:
  Is it possible to attach more than a single file in this way?
 
 Yes. Have one Attach: header for each file you want to attach.
 
OTOH, I did a little script that checks for "attach" style keywords in
your message and then checks for a "content disposition attachment" type
line in the message and if it doesn't find one, pop's up an xmessage to
ask if you want to send without an attachment.  I haven't posted the
script but if anyone wants to try it out, just holler!

In fact, I got asked about this message since it says "attach" above and
doesn't have an attachment.  Cool eh?
-- 
Conor Daly [EMAIL PROTECTED]

Domestic Sysadmin :-)
-
  9:33pm  up 1 day, 21:52,  1 user,  load average: 0.02, 0.01, 0.00



Re: Mailboxes

2001-01-17 Thread Nelson Guerrero

* On Wed Jan 17 2001, Martin Schweizer screamed:
- Hello 
- 
- I'm using Mutt 1.2.5i and installed procmail to sort lynx-dev mails and 
- mutt-users mails in separate mailboxes. The only way I found to open these 
- mailboxes (in $HOME/Mail/) is press 'c' in the index. Is there another way (I 
- found nothing in the manual)? Secondary: if I opend perhaps the lynx-dev 
- mailbox, how can I return to the standard mailbox?
- Thanks in advance.
- 
- -- 
- Regards,
- 
- -Martin
- mailto:[EMAIL PROTECTED]

You can change mailboxes by adding these lines on you ~/.muttrc file.

macro index"\M""c=mutt-users\r"
macro pager"\M""c=mutt-users\r"
macro index"\L""c=lynx-dev\r"
macro pager"\L""c=lynx-dev\r"

Which would send you to the propper mailbox when you type the binded
keys.


---
Nelson D. Guerrero| E-Mail: [EMAIL PROTECTED]
Platinom.NET Dominicana   |  Phone: (809) 567-4600
Dialup / Web Hosting / E-Commerce |WWW: http://www.platinom.net/




Re: Name Problem.

2001-01-17 Thread Nelson Guerrero

* On Wed Jan 17 2001, Scott A. McIntyre screamed:
- 
-  Hi, I've been wanting to ask, why would "Nelson D. Guerrero" turn to
-  "Nelson D . Guerrero" on my mutt? I set it up in the .muttrc file to be
-  "Nelson D. Guerrero" and every time I try to email someone it would just
-  go back to "D ."
- 
- This one bothered the heck out of me for a while.  Try:
- 
- set realname="Nelson D. Guerrero"
- 

Scott, 

I checked my config file and it appears to have that line on it.
But when I go about and test it, it just puts the email right the way I
don't want it.

---
Nelson D. Guerrero| E-Mail: [EMAIL PROTECTED]
Platinom.NET Dominicana   |  Phone: (809) 567-4600
Dialup / Web Hosting / E-Commerce |WWW: http://www.platinom.net/




Re: Name Problem.

2001-01-17 Thread Mike E

* Nelson Guerrero ([EMAIL PROTECTED]) wrote:
 * On Wed Jan 17 2001, Scott A. McIntyre screamed:
 - 
 -  Hi, I've been wanting to ask, why would "Nelson D. Guerrero" turn to
 -  "Nelson D . Guerrero" on my mutt? I set it up in the .muttrc file to be
 -  "Nelson D. Guerrero" and every time I try to email someone it would just
 -  go back to "D ."
 - 
 - This one bothered the heck out of me for a while.  Try:
 - 
 - set realname="Nelson D. Guerrero"
 - 
 
 Scott, 
 
 I checked my config file and it appears to have that line on it.
 But when I go about and test it, it just puts the email right the way I
 don't want it.

I wasn't able to recreate this bug, so I'm not sure this will help
you. Have you tried using ' (single quotes) instead of " (double
quotes)?

Mike

-- 
"The more noise a man or a motor makes the less power there is
available." - W. R. McGeary   http://www.quidquam.com/



Re: Name Problem.

2001-01-17 Thread Nelson D. Guerrero

* On Wed Jan 17 2001, Mike E screamed:
- * Nelson Guerrero ([EMAIL PROTECTED]) wrote:
-  * On Wed Jan 17 2001, Scott A. McIntyre screamed:
-  - 
-  -  Hi, I've been wanting to ask, why would "Nelson D. Guerrero" turn to
-  -  "Nelson D . Guerrero" on my mutt? I set it up in the .muttrc file to be
-  -  "Nelson D. Guerrero" and every time I try to email someone it would just
-  -  go back to "D ."
-  - 
-  - This one bothered the heck out of me for a while.  Try:
-  - 
-  - set realname="Nelson D. Guerrero"
-  - 
-  
-  Scott, 
-  
-  I checked my config file and it appears to have that line on it.
-  But when I go about and test it, it just puts the email right the way I
-  don't want it.
- 
- I wasn't able to recreate this bug, so I'm not sure this will help
- you. Have you tried using ' (single quotes) instead of " (double
- quotes)?
- 
- Mike
- 
- -- 
- "The more noise a man or a motor makes the less power there is
- available." - W. R. McGeary   http://www.quidquam.com/

Ah, I see where the problem was.

I was using a line with:

folder-hook .my_hdr From: Nelson D. Guerrero [EMAIL PROTECTED]

I removed the part that had my name on itand voila. It started using
the name put on the 'set realname' part. 

Thanks.


---
Nelson D. Guerrero| E-Mail: [EMAIL PROTECTED]
Platinom.NET Dominicana   |  Phone: (809) 567-4600
Dialup / Web Hosting / E-Commerce |WWW: http://www.platinom.net/




Searching the outbox.

2001-01-17 Thread Scott A. McIntyre

Hi,

What's the magic to being able to search an "outbox" (set record=) for a
specific recipient?

I can Search by subject just fine, but I can't seem to get mutt to Search
based upon recipient.  This one has got to be staring me in the face...

Thanks,

Scott