aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Redo commit 'In verbose mode, log if --check mode is enabled.'Matthias Andree2008-02-223-176/+185
* Undo accidental commit.Matthias Andree2008-02-221-4/+0
* add two SHOULD items for 6.3.9Matthias Andree2008-02-222-0/+7
* escalate MSG_PEEKMatthias Andree2008-01-311-1/+1
* Drop dead code under FORCE_STUFFING condition.Matthias Andree2008-01-311-1/+2
* Drop dead code under FORCE_STUFFING condition.Matthias Andree2008-01-31<
From newcombe@mordor.clayton.edu  Thu Jun 12 15:56:44 1997
Return-Path: <newcombe@mordor.clayton.edu>
Received: from imap.ccil.org (snark [10.0.2.15])
	by snark.thyrsus.com (8.8.5/8.8.5) with ESMTP id PAA11433
	for <esr>; Thu, 12 Jun 1997 15:56:43 -0400
Received: from thrush.clayton.edu (thrush.clayton.edu [168.28.242.117])
	by locke.ccil.org (8.8.5/8.8.5) with ESMTP id LAA17702
	for <esr@snark.thyrsus.com>; Thu, 12 Jun 1997 11:29:02 -0400 (EDT)
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)
Date: Thu, 12 Jun 1997 11:28:05 -0400 (EDT)
From: Dan Newcombe <newcombe@mordor.clayton.edu>
X-Sender: root@mordor.clayton.edu
Reply-To: newcombe@mordor.clayton.edu
To: esr@snark.thyrsus.com
Subject: Novell Procmail recipie/problem
Message-ID: <Pine.LNX.3.96.970612112225.14988A-100000@mordor.clayton.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Status: RO

Eric,

  As per your request, here is my recipie for dealing with e-mail popped
off of a Novell server and told to be domanified.
And example of the problem I used to have when I popped mail off of
aa.clayton.edu   From: User <AA/USER@aa.clayton.edu>
Sendmail did not like that.  Now it converts the above to
From: User <USER@AA.clayton.edu>

However, the To: and CC: lines still can get messed up
To: aa/user2,@aa.clayton.edu aa/newcombe

I'm not going to worry about that!!!

I fixed it with this recipie in my .procmailrc
:0
* ^From:.*<.*/.*@
{
:0 fhw
|sed -e 's/^From:\(.*\)<\(.*\)\/\(.*\)@.*/From:\1<\3@\2.clayton.edu>/'
}

It may not be the best, prettiest, or most efficient, but it works.

Also, you'd asked me to send you the sometimes error message I get
from fetchmail.  I don't see one in my Mail/From file, so it must not
have happened for a while.  It looked something like
Subject: Cron <root@mordor> /usr/local/bin/fetchmail: 29483

Hope your flight back was good.
	-Dan

--
Dan Newcombe                                      newcombe@mordor.clayton.edu
"The fool who escaped from paradise will look over his shoulders and cry...So
I'll hold my peace forever when you wear your bridal gown."   -Marillion
ass='insertions'>+5 * Add new item.Matthias Andree2007-11-061-0/+1 * add one itemMatthias Andree2007-11-051-0/+1 * r524@balu: mandree | 2007-11-05 10:43:46 +0100Matthias Andree2007-11-051-0/+5 * Clean up work list.Matthias Andree2007-09-011-6/+10 * Fix typo and make assessment clearer, update URLs.Matthias Andree2007-08-291-4/+4 * Update to fetchmail-SA-2007-02 v1.1.Matthias Andree2007-08-291-13/+59 * Add one more bug.Matthias Andree2007-08-291-0/+2 * Add CVE number.Matthias Andree2007-08-291-2/+2 * Mark 6.3.9 not yet available.Matthias Andree2007-08-291-2/+2 * Add CVE Name, update URL of fetchmail-SA-2007-02.txt.Matthias Andree2007-08-282-4/+4 * Add two more bugs to look at.Matthias Andree2007-08-221-0/+1 * Update.Matthias Andree2007-08-091-0/+2 * Bump version to 6.3.9-rc1.Matthias Andree2007-07-291-1/+1 * Add fetchmail-SA-2007-02.txt and promote Earl Chew's bug fix to security.Matthias Andree2007-07-293-6/+85 * Fix long-standing (since r2215/v4.6.8) crash on NULL pointer dereferenceMatthias Andree2007-07-292-1/+9 * quench warnings about unused argumentsMatthias Andree2007-07-291-0/+4 * Document arcane SSL/TLS UI issue and require docs, Debian Bug#432618.Matthias Andree2007-07-2415-1888/+1896 * Re-add two lines to the manual page that had accidentally become comments.Matthias Andree2007-07-182-2/+5 * Add missing SSL error reporting bug.Matthias Andree2007-07-171-0/+3 * Revise recent change comment about .fetchids.Matthias Andree2007-07-151-1/+1 * The manual page no longer asserts that .fetchids were for exclusive POP3 use, Matthias Andree2007-07-112-4/+6 * Remove bogus Debian Bug#432618 - user should use no ssl rather than nossl.Matthias Andree2007-07-111-1/+0 * update.Matthias Andree2007-07-111-0/+1