Grant Taylor writes: > So, I think this does "fix" this problem.
It fixes it for the Mailman host, yes. It's still wasting some bandwidth and may indicate more serious problems on an intermediate host. Typically it's not a problem at either the last hop or the apparent sender, so quite painful to trace in the absence of headers. > > Certainly it makes sense to cut out all but one of the "received" > > headers for the list host, though, since you'll have MTA logs to trace > > that. > Sure, the system that the message was (directly) received from would be > logged, but none of the earlier Received: headers. Actually, I'm talking about this kind of thing: Received: from shako.sk.tsukuba.ac.jp [130.158.97.253] by uwakimon.sk.tsukuba.ac.jp with POP3 (fetchmail-6.3.17) for <st...@localhost> (single-drop); Wed, 26 May 2010 13:00:01 +0900 (JST) Received: from imss02.cc.tsukuba.ac.jp (imss02.cc.tsukuba.ac.jp [130.158.254.151]) by mngs02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 3BE1D4E9E for <turnb...@sk.tsukuba.ac.jp>; Wed, 26 May 2010 12:42:41 +0900 (JST) Received: from imss02.cc.tsukuba.ac.jp (imss02.cc.tsukuba.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 494ADF4005 for <turnb...@sk.tsukuba.ac.jp>; Wed, 26 May 2010 12:42:41 +0900 (JST) Received-SPF: none (imss02.cc.tsukuba.ac.jp: 207.172.156.132 is neither permitted nor denied by domain of python.org) client-ip=207.172.156.132; envelope-from=mailman-users-bounces+stephen=xemacs....@python.org; helo=yamx.invalid; Received: from yamx.invalid (yamx.invalid [10.0.0.1]) by imss02.cc.tsukuba.ac.jp (Postfix) with ESMTP id A6983F4004 for <turnb...@sk.tsukuba.ac.jp>; Wed, 26 May 2010 12:42:40 +0900 (JST) where the top three Receiveds would really not give me any useful information beyond what I can get from logs in the tsukuba.ac.jp domain. Stripping three of the four headers might be worthwhile in the OP's case. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org