From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75867 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: when customizing posting-style my emails become SPAMS Date: Mon, 24 Jan 2011 17:48:31 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295887742 29357 80.91.229.12 (24 Jan 2011 16:49:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 16:49:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24218@lists.math.uh.edu Mon Jan 24 17:48:57 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhPb4-0000c9-Dy for ding-account@gmane.org; Mon, 24 Jan 2011 17:48:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PhPaw-0004MB-EF; Mon, 24 Jan 2011 10:48:46 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PhPau-0004M0-U4 for ding@lists.math.uh.edu; Mon, 24 Jan 2011 10:48:44 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PhPat-0001s3-BM for ding@lists.math.uh.edu; Mon, 24 Jan 2011 10:48:44 -0600 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PhPar-0007Vy-Pe for ding@gnus.org; Mon, 24 Jan 2011 17:48:41 +0100 Original-Received: by wyf23 with SMTP id 23so4366672wyf.17 for ; Mon, 24 Jan 2011 08:48:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:mail-followup-to:date :message-id:mime-version:content-type; bh=5BNExJ1dy1tjg+tSb5v/lcb7HrDbUgYu6P2bTeOnqdA=; b=LzGD3X2q0MGhLeaCvB2EbksfN2trzfeTkmN0FsmthwSUjVPH/XZOMUYIuz5Ygx9Z9o b5vrxlB5c0v0Hlingb0m3yT5gdoV/06GiiC+/5zAgr7TYnqZsKtJHqpM92cl4ro1kOdE cXXK9Z7XOTHIjWoiOLSyZ/KDUYUcj1qfHBh4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:mail-followup-to:date:message-id:mime-version :content-type; b=Lwwx0JLa1qWYrexe6FcWU5I1Xrpl7nQIVlQIcGj7jQWgT/+QHNznNyFrpBuZxSi+vy v4RNNgRVXJysmRgHay6cCSejQkCc681M9POBUQbJ8RX3ZSS3mk5E1bZxwlAfACT7j7cv rCEuLrw1BT/zSLzNBf1smTJHGFrDDFXmq9Ig4= Original-Received: by 10.216.177.9 with SMTP id c9mr3868777wem.34.1295887715991; Mon, 24 Jan 2011 08:48:35 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id f52sm6660626wes.11.2011.01.24.08.48.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 08:48:34 -0800 (PST) Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75867 Archived-At: Hi ! I customize a group like the following (setq gnus-parameters '(("nnimap\\+home:INBOX" (gcc-self . t) (gnus-large-newsgroup nil) (eval (setq message-sendmail-extra-arguments '("-a" "home"))) (posting-style (name "Francis Moreau") (address "fmoreau@gmail.com"))))) After setting 'address', my smtp server consider all my emails I sent as SPAMS. If I remove 'address', it works fine. Could anybody tell me what's going on ? Thanks -- Francis