From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39021 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: set different fqdn in posting-styles Date: Fri, 28 Sep 2001 12:26:08 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174795 25645 80.91.224.250 (21 Oct 2002 04:33:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:33:15 +0000 (UTC) Return-Path: Original-Received: (qmail 7411 invoked from network); 28 Sep 2001 19:28:17 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 28 Sep 2001 19:28:17 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15n3HN-00020H-00; Fri, 28 Sep 2001 14:26:33 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 28 Sep 2001 14:26:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA09915 for ; Fri, 28 Sep 2001 14:25:58 -0500 (CDT) Original-Received: (qmail 7364 invoked by alias); 28 Sep 2001 19:26:17 -0000 Original-Received: (qmail 7359 invoked from network); 28 Sep 2001 19:26:17 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 28 Sep 2001 19:26:17 -0000 Original-Received: (qmail 11848 invoked from network); 28 Sep 2001 19:26:11 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 28 Sep 2001 19:26:11 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.2/8.11.0) id f8SJQ9k29284; Fri, 28 Sep 2001 12:26:09 -0700 Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 28 Sep 2001 14:50:08 +0200") Original-Lines: 12 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39021 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > How about > > (defun message-make-fqdn () > "My hacked hacked message-id." > (if (string-match "x" gnus-newsgroup-name) > "xyzzy.com" > "reader.newsguy.com")) Oh nice... very cool. And don't need to mess with `G p'. Now I can freely send tons of spam with fake fqdn and message ids.... he he Wheeee.