Gnus development mailing list
 help / color / mirror / Atom feed
* [ding-cvslog-owner@lists.math.uh.edu] Stalled post to ding-cvslog
@ 2010-11-09 10:55 Sven Joachim
  2010-11-09 17:53 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Sven Joachim @ 2010-11-09 10:55 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

Hi,

would it be possible to modify the post-receive hook script so that it
uses the committer rather than the author in the "From:" header?  That
would have prevented the following annoying moderation message.

Cheers,
       Sven



[-- Attachment #2: Type: message/rfc822, Size: 4857 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 382 bytes --]

Your message to ding-cvslog has been delayed, and requires the approval 
of the moderators, for the following reason(s):

New posters must be approved once.
This list is restricted to CVS commit messages.

If you do not wish the message to be posted, or have other concerns, 
please send a message to the list owners at the following address: 
  ding-cvslog-owner@lists.math.uh.edu

[-- Attachment #2.1.2: Original message --]
[-- Type: message/rfc822, Size: 3349 bytes --]

From: Sven Joachim <svenjoac@gmx.de>
To: cvslog@quimby.gnus.org,ding-commits@quimby.gnus.org,tzz@lifelogs.com
Subject: [gnus git]  branch master updated: =1= message.el (message-subject-trailing-was-ask-regexp, message-subject-trailing-was-regexp): Match was: in addition to was.
Date: Tue, 09 Nov 2010 11:27:57 +0100
Message-ID: <E1PFlQj-0005qP-00@quimby.gnus.org>

       via  00cd64463c5cf16d6aa0611c7957cfe94e6d5b0d (commit)
      from  40002f6b5bd2ef9c98754ebaed9e05a41c5829fc (commit)


- Log -----------------------------------------------------------------
commit 00cd64463c5cf16d6aa0611c7957cfe94e6d5b0d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Nov 9 10:27:47 2010 +0000

    message.el (message-subject-trailing-was-ask-regexp, message-subject-trailing-was-regexp): Match was: in addition to was.

diff --git a/lisp/message.el b/lisp/message.el
index 035ba1c..3dd4464 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -326,7 +326,7 @@ used."
   :group 'message-various)
 
 (defcustom message-subject-trailing-was-ask-regexp
-  "[ \t]*\\([[(]+[Ww][Aa][Ss][ \t]*.*[\])]+\\)"
+  "[ \t]*\\([[(]+[Ww][Aa][Ss]:?[ \t]*.*[\])]+\\)"
   "*Regexp matching \"(was: <old subject>)\" in the subject line.
 
 The function `message-strip-subject-trailing-was' uses this regexp if
@@ -335,13 +335,13 @@ the variable is t instead of `ask', use
 `message-subject-trailing-was-regexp' instead.
 
 It is okay to create some false positives here, as the user is asked."
-  :version "22.1"
+  :version "24.1"
   :group 'message-various
   :link '(custom-manual "(message)Message Headers")
   :type 'regexp)
 
 (defcustom message-subject-trailing-was-regexp
-  "[ \t]*\\((*[Ww][Aa][Ss][ \t]*.*)\\)"
+  "[ \t]*\\((*[Ww][Aa][Ss]:?[ \t]*.*)\\)"
   "*Regexp matching \"(was: <old subject>)\" in the subject line.
 
 If `message-subject-trailing-was-query' is set to t, the subject is

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/message.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-11-23 11:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-09 10:55 [ding-cvslog-owner@lists.math.uh.edu] Stalled post to ding-cvslog Sven Joachim
2010-11-09 17:53 ` Lars Magne Ingebrigtsen
2010-11-09 18:54   ` Julien Danjou
2010-11-09 19:08     ` Lars Magne Ingebrigtsen
2010-11-09 19:28       ` Sven Joachim
2010-11-09 21:34         ` James Cloos
2010-11-09 21:52         ` Ted Zlatanov
2010-11-10  7:46           ` Sven Joachim
2010-11-23 11:14             ` Ted Zlatanov
2010-11-09 19:01   ` Adam Sjøgren
2010-11-09 19:09   ` Sven Joachim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).