]> Pileus Git - ~andy/fetchmail/blob - contrib/novell
Add Esperanto-language translation.
[~andy/fetchmail] / contrib / novell
1 From newcombe@mordor.clayton.edu  Thu Jun 12 15:56:44 1997
2 Return-Path: <newcombe@mordor.clayton.edu>
3 Received: from imap.ccil.org (snark [10.0.2.15])
4         by snark.thyrsus.com (8.8.5/8.8.5) with ESMTP id PAA11433
5         for <esr>; Thu, 12 Jun 1997 15:56:43 -0400
6 Received: from thrush.clayton.edu (thrush.clayton.edu [168.28.242.117])
7         by locke.ccil.org (8.8.5/8.8.5) with ESMTP id LAA17702
8         for <esr@snark.thyrsus.com>; Thu, 12 Jun 1997 11:29:02 -0400 (EDT)
9 Received: from mordor.clayton.edu (root@mordor.clayton.edu [168.28.241.16]) by thrush.clayton.edu (8.8.5/8.7.6) with SMTP id LAA22880 for <esr@snark.thyrsus.com>; Thu, 12 Jun 1997 11:11:51 -0400 (EDT)
10 Date: Thu, 12 Jun 1997 11:28:05 -0400 (EDT)
11 From: Dan Newcombe <newcombe@mordor.clayton.edu>
12 X-Sender: root@mordor.clayton.edu
13 Reply-To: newcombe@mordor.clayton.edu
14 To: esr@snark.thyrsus.com
15 Subject: Novell Procmail recipie/problem
16 Message-ID: <Pine.LNX.3.96.970612112225.14988A-100000@mordor.clayton.edu>
17 MIME-Version: 1.0
18 Content-Type: TEXT/PLAIN; charset=US-ASCII
19 Status: RO
20
21 Eric,
22
23   As per your request, here is my recipie for dealing with e-mail popped
24 off of a Novell server and told to be domanified.
25 And example of the problem I used to have when I popped mail off of
26 aa.clayton.edu   From: User <AA/USER@aa.clayton.edu>
27 Sendmail did not like that.  Now it converts the above to
28 From: User <USER@AA.clayton.edu>
29
30 However, the To: and CC: lines still can get messed up
31 To: aa/user2,@aa.clayton.edu aa/newcombe
32
33 I'm not going to worry about that!!!
34
35 I fixed it with this recipie in my .procmailrc
36 :0
37 * ^From:.*<.*/.*@
38 {
39 :0 fhw
40 |sed -e 's/^From:\(.*\)<\(.*\)\/\(.*\)@.*/From:\1<\3@\2.clayton.edu>/'
41 }
42
43 It may not be the best, prettiest, or most efficient, but it works.
44
45 Also, you'd asked me to send you the sometimes error message I get
46 from fetchmail.  I don't see one in my Mail/From file, so it must not
47 have happened for a while.  It looked something like
48 Subject: Cron <root@mordor> /usr/local/bin/fetchmail: 29483
49
50 Hope your flight back was good.
51         -Dan
52
53 --
54 Dan Newcombe                                      newcombe@mordor.clayton.edu
55 "The fool who escaped from paradise will look over his shoulders and cry...So
56 I'll hold my peace forever when you wear your bridal gown."   -Marillion
57