Hi,
At Gna! the -commits mailing lists
(in particular, address@hidden)
use an IP-based restriction to prevent SPAM:
only known sender IP addresses are accepted
(in particular, Gna! et Savannah).
Today I received the message below which indicated a change in
configuration: the source IP appears to be 140.186.70.72
(vcs.savannah.gnu.org) rather than the previous 140.186.70.51.
Do you confirm?
- Sylvain
----- Forwarded message from Mail Delivery System<address@hidden> -----
Date: Sun, 31 Jul 2011 20:29:35 +0000
From: Mail Delivery System<address@hidden>
To: address@hidden
Subject: Mail delivery failed: returning message to sender
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
address@hidden
SMTP error from remote mail server after RCPT TO:<address@hidden>:
host mail.gna.org [78.40.125.82]: 550 Administrative prohibition
------ This is a copy of the message, including all the headers. ------
Return-path:<address@hidden>
Received: from Beuc by vcs.savannah.gnu.org with local (Exim 4.72)
(envelope-from<address@hidden>)
id 1QncdM-0003Uh-S9
for address@hidden; Sun, 31 Jul 2011 20:29:13 +0000
Date: Sun, 31 Jul 2011 20:29:12 +0000
Message-Id:<address@hidden>
To: address@hidden
Subject: [SCM] Savane framework branch, master, updated.
cba498bc6372c0357f5006cd08ae342ba69fbe19
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 3fa889d285dbf29d5941739051a662a3a6d8073c
X-Git-Newrev: cba498bc6372c0357f5006cd08ae342ba69fbe19
From: Sylvain Beucler<address@hidden>
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 "Savane framework".
The branch, master has been updated
via cba498bc6372c0357f5006cd08ae342ba69fbe19 (commit)
from 3fa889d285dbf29d5941739051a662a3a6d8073c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/savane.git/commit/?id=cba498bc6372c0357f5006cd08ae342ba69fbe19
commit cba498bc6372c0357f5006cd08ae342ba69fbe19
Author: Sylvain Beucler<address@hidden>
Date: Sun Jul 31 22:27:15 2011 +0200
Django 1.3 new blocktrans syntax (1.3 has incomplete 1.2 syntax support)
diff --git a/templates/svmain/homepage.html b/templates/svmain/homepage.html
index 6263252..80e8385 100644
--- a/templates/svmain/homepage.html
+++ b/templates/svmain/homepage.html
@@ -13,10 +13,10 @@
{% blocktrans %}{{site_name}} statistics{% endblocktrans %}</a></div>
<div class="smaller">
<div class="{% cycle 'boxitemalt' 'boxitem' as rowcolor %}">
- {% blocktrans count nb_users as count and
'<strong>'|add:nb_users|add:'</strong>'|safe as html %}{{html}} registered
user{% plural %}{{html}} registered users{% endblocktrans %}
+ {% blocktrans with html='<strong>'|add:nb_users|add:'</strong>'|safe
count count=nb_users %}{{html}} registered user{% plural %}{{html}} registered users{%
endblocktrans %}
</div>
<div class="{% cycle rowcolor %}">
- {% blocktrans count nb_groups as count and
'<strong>'|add:nb_groups|add:'</strong>'|safe as html %}{{html}} hosted
project{% plural %}{{html}} hosted projects{% endblocktrans %}
+ {% blocktrans with html='<strong>'|add:nb_groups|add:'</strong>'|safe
count count=nb_groups %}{{html}} hosted project{% plural %}{{html}} hosted projects{%
endblocktrans %}
</div>
{% for conf in group_confs %}
<div class="{% cycle rowcolor %}">
-----------------------------------------------------------------------
Summary of changes:
templates/svmain/homepage.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive