From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 15:31:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D60816A4CE for ; Sat, 14 Feb 2004 15:31:05 -0800 (PST) Received: from gateway.home.ricin.net (cp464173-a.dbsch1.nb.home.nl [212.204.145.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBB843D1D for ; Sat, 14 Feb 2004 15:31:05 -0800 (PST) (envelope-from danny@ricin.com) Received: from workstation.home.ricin.net (workstation.home.ricin.net [172.16.32.66]) by gateway.home.ricin.net (Postfix) with ESMTP id 6461424D09 for ; Sun, 15 Feb 2004 00:31:04 +0100 (CET) From: Danny Pansters To: freebsd-questions@freebsd.org Date: Sun, 15 Feb 2004 00:31:04 +0100 User-Agent: KMail/1.6 References: <402EA391.8000809@shaw.ca> In-Reply-To: <402EA391.8000809@shaw.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402150031.04136.danny@ricin.com> Subject: Re: domain and email problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 23:31:05 -0000 On Saturday 14 February 2004 23:39, RYAN vAN GINNEIKEN wrote: > Just wondering why when i send email to yahoo or lycos and probably > hotmail too it always ends up in there bulk mail folder. This is a > great inconvenience do i need to be on or off some sort of list or > something. Any help would be appreciated > Are you using a "fake" domain? E.g. 'HELO yourbox' doesn't match your ISP's, or the like. Reverse DNS is also something often used as a criterion. They may use that when filtering, it's very common (which IMHO is kinda silly, they should instead use a Bayesian filter and let the user dump their spam into a SPAM folder, then use that periodically for training the filter). You may even be unfortunate as to being part of a blacklisted IP block by one of the anti spam houses whose databases are often used for filtering. It's hard to say what exactly they do. HTH, Dan