From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84689 Path: news.gmane.org!not-for-mail From: Albert Krewinkel Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] gnus-msg.el (gnus-configure-posting-style): Allow string replacement when matching headers Date: Fri, 18 Jul 2014 07:03:46 +0200 Organization: zeITkraut Message-ID: <8761ivfe6z.fsf@espresso.zeitkraut.de> References: <1405603589-21887-1-git-send-email-albert+gnus@zeitkraut.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1405660112 3976 80.91.229.3 (18 Jul 2014 05:08:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2014 05:08:32 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M32932@lists.math.uh.edu Fri Jul 18 07:08:26 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X80PC-0005KR-35 for ding-account@gmane.org; Fri, 18 Jul 2014 07:08:26 +0200 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 1X80OC-0003fa-2W; Fri, 18 Jul 2014 00:07:24 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1X80O8-0003fN-Fr for ding@lists.math.uh.edu; Fri, 18 Jul 2014 00:07:20 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1X80O6-0005BK-Qw for ding@lists.math.uh.edu; Fri, 18 Jul 2014 00:07:20 -0500 Original-Received: from reynholm.zeitkraut.de ([89.238.65.123]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1X80O5-0004TD-2Z for ding@gnus.org; Fri, 18 Jul 2014 07:07:17 +0200 Original-Received: by reynholm.zeitkraut.de (Postfix, from userid 106) id 0D30B2CA610E; Fri, 18 Jul 2014 05:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zeitkraut.de; s=mail; t=1405660063; bh=CooccAWE/889SI2mum1hdBFVPjeGTJkZUkX6oyFsESA=; h=From:To:Cc:Subject:Date:References:From; b=c8SOpLWSXwzcbzd3/ABaHxBpSKQghDS2n96d8nMB2NiJV3YylLmu64/g/JyspGmgL nsRWoNv/JlVl6dh1q+0Q0ZAA3speTVCw9hhrkGrZqGO5+9coRauPlYHEJBnlW+ICAm BEhF9X1V9jNa6aY+7i85YTjd6eyPgKEVs4PDQl9o= X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on reynholm.zeitkraut.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=unavailable version=3.3.2 Original-Received: from espresso.zeitkraut.de (dslb-188-108-215-252.pools.arcor-ip.net [188.108.215.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by reynholm.zeitkraut.de (Postfix) with ESMTPSA id 913352CA6103; Fri, 18 Jul 2014 05:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zeitkraut.de; s=mail; t=1405660060; bh=CooccAWE/889SI2mum1hdBFVPjeGTJkZUkX6oyFsESA=; h=From:To:Cc:Subject:Date:References:From; b=N2DvJ7TyktqBkqFohwEaKSpjuh/uYUX6eqeDy86rTl0YfSLc0QeCDOTubXtBrBRkD oPIjH1dRDY+uUmP4njt101AW6CQSDT6DsezypmiDXvdhUb6/IYmN0oltbmHBLZscwV L7rt0+oOSs3cxntCfqwlKuWOdJ5DRWN1noIdOwLc= User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84689 Archived-At: Katsumi Yamaoka writes: > On Thu, 17 Jul 2014 15:26:29 +0200, Albert Krewinkel wrote: >> This allows for more flexible `gnus-posting-styles': > >> ;; When using subaddresses like `me+gnus@example.com', reply with >> ;; using the address the message was send to. >> (setq gnus-posting-style >> '(((header "x-original-to" "me\\(\\+.+\\)?@example.com") >> (address "me\\1@example.com")))) > > Looks useful, and looks like more than `tiny change'. So, you'd > better to have a copyright assignment on Emacs with FSF, I think. Thank you for your answer! I already completed the assignment process; the mail address I used back then was krewinkel =C3=A4t moltkeplatz.de. I can look up the assignment number should you need it. > In addition, you will need to add a document for the feature to > the Info section: (info "(gnus)Posting Styles") I hope to have a new patch ready by tonight, fixing the typos and adding the info documentation. Thanks again! --=20 Albert Krewinkel GPG: 8eed e3e2 e8c5 6f18 81fe e836 388d c0b2 1f63 1124