Locale settings and LANG

2000-08-11 Thread Wouter Hanegraaff

When no LC_CTYPE or LANG variable is set, mutt displays special
characters like ë, é, £, correctly. But when LANG=C is set and LC_CTYPE
are unset, they are not.

This is a bit strange, because when LANG and LC_CTYPE are unset,
programs usually use the default locale settings, which should be equal
to those used when LANG=C.  Or am I missing something?

Wouter

Ps. I'm not on the list, so please Cc me on replies.




unmy_hdr doesn't seem to work

2000-03-26 Thread Wouter Hanegraaff

Hi,

I want to use folder hooks to set a reply-to in certain folders.

So I have 
folder-hook . unmy_hdr Reply-To
folder-hook special my_hdr Reply-To: [EMAIL PROTECTED]

When I enter the folder special and write mail, the reply_to is set
correctly to [EMAIL PROTECTED] But when I change back to another folder,
reply-to stays set, which is a bit annoying. 

I use Mutt 1.0.1i (2000-01-18)

Anyone able to reproduce this?

Wouter

-- 
Wat voor een paperclip geldt, geldt in wezen ook voor een server.
- Compaq over de nieuwste ProLiant servers



Re: unmy_hdr doesn't seem to work

2000-03-26 Thread Wouter Hanegraaff

On Sun, Mar 26, 2000 at 01:44:11AM +0100, Wouter Hanegraaff wrote:
 Hi,
 
 I want to use folder hooks to set a reply-to in certain folders.
 
 So I have 
 folder-hook . unmy_hdr Reply-To
 folder-hook special my_hdr Reply-To: [EMAIL PROTECTED]

I figured it out, I have to use single quotes around the commands..

Wouter



Off topic: Fake bounce

2000-02-29 Thread Wouter Hanegraaff

Hi,

I want to be able to send fake bounces. Although faking a bounce is not
really what you are supposed to do with mail, there are enough cases in
which this is perfectly appropriate.

I guess all that is needed is a small script which reads a mail from
standard input and generates a fake bounce accordingly. It could use the
sendmail command to send the mail, or do talk to the smtp port.

Has anyone done anything like this yet? If not, I will start working on
this.  I don't really have much time for it so it could take a while
before I have something usable.

Wouter.

-- 
Wat voor een paperclip geldt, geldt in wezen ook voor een server.
- Compaq over de nieuwste ProLiant servers



Re: Off topic: Fake bounce

2000-02-29 Thread Wouter Hanegraaff

On Tue, Feb 29, 2000 at 04:02:32PM +, Lars Hecking wrote:
 
  You mean, "fake bounce" as in: created by yourself, not by the MTA?

Yes. So I don't want any automatic bouncing. I don't get that much spam.
But when I do, it will end up in my inbox. I want to be able to just
pipe it to a fake bounce script and let the sender think he spammed an
e-mail address that doesn't exist. If I'm lucky, he'll remove my e-mail
address from his spam list.

Procmail is for filtering mail, but filtering is not the problem here.

I've seen some procmail scripts that do filtering and bouncing, but I
don't want that. I just want a tiny little script that only generates
the fake bounce and feeds it to sendmail, nothing more, nothing less.

Wouter

-- 
Wat voor een paperclip geldt, geldt in wezen ook voor een server.
- Compaq over de nieuwste ProLiant servers



Re: Changing X-Sender header

2000-02-10 Thread Wouter Hanegraaff

On Wed, Feb 09, 2000 at 08:02:40AM -0800, Claus Assmann wrote:
 On Wed, Feb 09, 2000, Lars Hecking wrote:
 
   The Sender: header is written by the MTA (eg. sendmail).
 
 sendmail does not generate a "Sender:" header.
 Which MTA does it?

Postfix, if I set the From: address manually with edit_headers. It's set
to the same value as the From (not From:) header on the first line of a
message

Wouter

-- 
Linux duckman 2.2.14 #1 Wed Jan 5 14:45:16 CET 2000 i586 unknown
 11:42am  up 14 days, 18:21,  0 users,  load average: 0.00, 0.02, 0.00



Re: Changing X-Sender header

2000-02-10 Thread Wouter Hanegraaff

On Thu, Feb 10, 2000 at 11:02:37AM +0100, Wouter Hanegraaff wrote:
 On Wed, Feb 09, 2000 at 08:02:40AM -0800, Claus Assmann wrote:
  On Wed, Feb 09, 2000, Lars Hecking wrote:
  
The Sender: header is written by the MTA (eg. sendmail).
  
  sendmail does not generate a "Sender:" header.
  Which MTA does it?

I just tested with sendmail, this header is there also when using
sendmail. Isn't the Sender: header added by Mutt somehow, when From:
and the local username differ? No time to look at the source...

Wouter

-- 
Linux duckman 2.2.14 #1 Wed Jan 5 14:45:16 CET 2000 i586 unknown
  2:34pm  up 14 days, 21:14,  0 users,  load average: 0.04, 0.01, 0.00



Different mail accounts

2000-02-06 Thread Wouter Hanegraaff

Hi,

I have several mail accounts, for very distinct purposes. If i reply to
a  message, I would like From: to list the To: address of the message I
replied to. Therefore, I have set reverse_name, but it doesn't seem to
work. Or is reverse_name something else?

Another issue is, that when I compose a message with a different From:
address than the default, my default mail address is still there in the
message headers. The first line of a messages lists something like
From [EMAIL PROTECTED]  Sun Feb  6 13:44:43 2000

and a bit below there is a header like this Sender: [EMAIL PROTECTED]

However, I have multiple accounts because I don't want certain people
and mailing lists to spam me on my real mail address. And if my real
address is still somewhere in the headers, I might as well have just one
account.

Am I missing something here, or should I file a bug/wishlist report?

Wouter

Ps. FWIW I use Mutt 1.0pre4i (1999-10-11)

-- 
Linux duckman 2.2.14 #1 Wed Jan 5 14:45:16 CET 2000 i586 unknown
  2:00pm  up 10 days, 20:39,  0 users,  load average: 0.00, 0.00, 0.00



Re: Mutt detects new mail in old mailbox

1999-07-06 Thread Wouter Hanegraaff

On Tue, Jul 06, 1999 at 11:07:41AM -0400, Brendan Cully wrote:
 You probably have your mail on a filesystem that doesn't update the atime of
 your mailboxes. If you are using linux/ext2, keep your mail on a filesystem
 that is not mounted "noatime". 
Strange...  One would think mutt and linux/ext2 is a perfect combination, 
but maybe I'm mounting my filesystems in a strange way???

Wouter...



Mutt detects new mail in old mailbox

1999-07-05 Thread Wouter Hanegraaff

When I browse through my mailboxes with cSpace.., one of the boxes
that is supposed to have new mail doen't have new mail at all.
This happens very often. When I am in that folder, mutt even sometimes
explicitely tells me there's new mail in that box.
For all I know, this happens only with one very small mailbox.

Anyone encountered this too?

I'm using Mutt 0.95.3i (1999-02-12)

Wouter...



Configuring sendmail genericstable for dynamic IP [Was: Using mutt from a dynamic IP PPP connection]

1999-04-16 Thread Wouter Hanegraaff

I received mail from several mutt-users, who are interested in my document
on how to configure the sendmail genericstable for use with dynamic ip 
connections. The genericstable is very useful for everyone who uses dial up
internet connections and sendmail.
 
Since it's really off topic and since other people than just mutt users could
benifit from the document, I put it on the web. If you're interested,
have a look at
http://www.cysonet.com/~wouter/offline_mailing.html
 
Wouter...

-- 
Ieder voordeel heeft ook een nadeel.
-Johan Cruijff, Europees voetballer van de eeuw