From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-04v.sys.comcast.net (resqmta-ch2-04v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:36]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 9AC4B77D85 for ; Fri, 17 Oct 2014 02:27:32 -0700 (PDT) Received: from resomta-ch2-10v.sys.comcast.net ([69.252.207.106]) by resqmta-ch2-04v.sys.comcast.net with comcast id 49Sy1p0042JGN3p019Syxo; Fri, 17 Oct 2014 09:26:58 +0000 Received: from eklhad ([IPv6:2601:4:5380:4ee:21e:4fff:fec2:a0f1]) by resomta-ch2-10v.sys.comcast.net with comcast id 49Sx1p00B5LMg21019Sxid; Fri, 17 Oct 2014 09:26:58 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Fri, 17 Oct 2014 05:24:47 -0400 Message-ID: <20140917052447.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1413538018; bh=h7aq9Kw3p145XH2AT1xOL+FtPlJy2Y5Aw0zjfzp1Uwg=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=BAJM/FhMwzy//lCjuG9cFa3fERNYlfCUkqmt1wtO6mGhLRh/Hwb5D4Y5HPfPZUgtW sRTG/0MLzlAHZOi2D0j+9wuqVGYlZMLG/D0FWIRpsXRrJbaKcmGd5ZVV44VwI2mknZ rZ1wioDxYwRl4ksX1OJRK3p1ITcB0UnEgfj+Qc3SH1VmiRiXiJLuBf39QP9n8DSrOl iXucUeT6M0/jIRK8wjUnJ5zKeBQ00x9Q0KD+O5kmy0Wf8RkKLq6GNMSGe3Xva5Tw+D VMqyEjLcGZJNhKDiC5YDgwC7HZwl1z4OvdOB2mY4OI0iYbvkEAUP1h1c9omgrmHqwN jTKEUHighSqzA== Subject: [Edbrowse-dev] spam detection deleted X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 09:27:32 -0000 As per my email a week ago, I deleted the fledgling feature that was going to detect spam email based on ip addresses. It never worked, and nobody ever used it, except perhaps me in testing. Hacking out code is easy and fun, the most interesting part being the removal of the relevant paragraphs in the French documentation, while of course not speaking any French. I just look for keywords and such and usually find the right paragraphs and remove them. Curl question for Chris: As a browser, edbrowse always calls curl_global_init as part of initialization. Not so as a mail client. It just jumps straight into pop3 or smtp. This seems to cause no trouble - but I'm wondering if I should be calling curl_global_init for these pathways too. Karl Dahlke