I've got a server from which I send mail via an SVN post-commit hook. When it arrives at my Zimbra mail server it gets marked spam. I have complete admin control over both servers. Is there a way I can tell the Zimbra server to allow emails from my svn server either by IP address or some other way? Here is the header of one such email (domains and IPs replaced to protect the innocent):
Code:
Return-Path: www-data@devsvn.mydomain.com
Received: from 192.168.100.124 (LHLO mail.mydomain.com) (192.168.100.124)
by mail.mydomain.com with LMTP; Tue, 12 Jan 2010 10:12:39 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
by mail.mydomain.com (Postfix) with ESMTP id 32C5B4C7A128
for <user@mydomain.com>; Tue, 12 Jan 2010 10:12:39 -0500 (EST)
X-Virus-Scanned: amavisd-new at
X-Spam-Flag: YES
X-Spam-Score: 2.257
X-Spam-Level: **
X-Spam-Status: Yes, score=2.257 tagged_above=-10 required=1 tests=[AWL=0.763,
BAYES_00=-2.599, FH_DATE_PAST_20XX=3.188, RCVD_IN_PBL=0.905]
Received: from mail.mydomain.com ([127.0.0.1])
by localhost (mail.mydomain.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id x5WDbNfAUgCN for <user@mydomain.com>;
Tue, 12 Jan 2010 10:12:38 -0500 (EST)
Received: from devsvn.mydomain.com (dev.mydomain.com [174.143.999.999])
by mail.mydomain.com (Postfix) with ESMTP id DF4D74C78A92
for <user@mydomain.com>; Tue, 12 Jan 2010 10:12:38 -0500 (EST)
Received: by devsvn.mydomain.com (Postfix, from userid 33)
id A9382C38242; Tue, 12 Jan 2010 10:12:40 -0500 (EST)
MIME-Version: 1.0
X-Mailer: SVN::Notify 2.79: http://search.cpan.org/dist/SVN-Notify/
From: user@devsvn.mydomain.com
Errors-To: user@devsvn.mydomain.com
To: user@mydomain.com
Subject: SPAM:[3854] Re: Trac #600 -- added check for Subject Front Angled
View file
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <20100112151240.A9382C38242@devsvn.mydomain.com>
Date: Tue, 12 Jan 2010 10:12:40 -0500 (EST)