From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63399 Path: news.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.gnus.general Subject: Any mimedefang sharp shooters here? Date: Fri, 23 Jun 2006 12:26:33 -0500 Organization: Still searching... Message-ID: <87psgzdbqu.fsf@newsguy.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151084058 21905 80.91.229.2 (23 Jun 2006 17:34:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jun 2006 17:34:18 +0000 (UTC) Original-X-From: ding-owner+m11926@lists.math.uh.edu Fri Jun 23 19:34:18 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FtpXp-0005To-9y for ding-account@gmane.org; Fri, 23 Jun 2006 19:34:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FtpXX-0002Nj-00; Fri, 23 Jun 2006 12:33:55 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FtpRV-0002Nb-00 for ding@lists.math.uh.edu; Fri, 23 Jun 2006 12:27:41 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FtpRV-0003wW-2p for ding@lists.math.uh.edu; Fri, 23 Jun 2006 12:27:41 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FtpRP-0003P6-00 for ; Fri, 23 Jun 2006 19:27:35 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FtpRG-0004XS-HS for ding@gnus.org; Fri, 23 Jun 2006 19:27:30 +0200 Original-Received: from adsl-68-78-139-254.dsl.emhril.ameritech.net ([68.78.139.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jun 2006 19:27:26 +0200 Original-Received: from reader by adsl-68-78-139-254.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jun 2006 19:27:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-78-139-254.dsl.emhril.ameritech.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:FSmX9OlPW/wrdpwlz1+yuh5Uz6w= X-Spam-Score: -1.6 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63399 Archived-At: I want to get copies of all my personal outgoing mail as it leaves my local sendmail process. Its a single user machine so that would be any mail leaving. I do have some dummy accounts for testing mail and such. I want to see *EXACTLY* what is actually being sent to my ISP smarthost. Certain mail I send clears my mta and appears to clear my ISP smarthost as judged by verbose smtp output of mailx -v. And I don't get a bounce. The mail just never appears at the other end. Looks like I should be able to do this by installing mimedefang. It wants to do lots more than I need so I thought maybe I could sort of short circuit the various perl sub funcs that get used and either make them be ignored or return immediately allowing the script to run up to the `filter_end' function where hopefully I could add some simple code to have a duplicate deposited somewhere on my machine. My perl is way too shakey to do this without wreaking major havoc.