procmail
[Top] [All Lists]

Re: DEFAULT=MAILDIR.... one line of thanks

2000-09-08 09:17:54
Mike said to Sean,

| It was vim.  I retyped it using vi.

Yes, you must have had vim in a state where it writes DOS-style ends-of-line.
Perhaps your version of vim fires up that way and you need to override it.

A file like that can be stripped of its CR's pretty quickly with tr -d \\15
(requires a temporary file).  A version of vi on a Linux box where I have
access has

 :set fileformat=dos
and
 :set fileformat=unix

commands to change the ends-of-line.  It defaults to the state in which it
finds the file, or to DOS upon opening a brand new filename that doesn't
exist yet.



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>