Hi, At Gna! the -commits mailing lists (in particular, [email protected]) 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? Incidentally, I'm curious on why you moved away from the mail smarthost on 'internal' :) It used to centralize all the mail aliasing. - Sylvain ----- Forwarded message from Mail Delivery System <[email protected]> ----- Date: Sun, 31 Jul 2011 20:29:35 +0000 From: Mail Delivery System <[email protected]> To: [email protected] 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: [email protected] SMTP error from remote mail server after RCPT TO:<[email protected]>: host mail.gna.org [78.40.125.82]: 550 Administrative prohibition ------ This is a copy of the message, including all the headers. ------ Return-path: <[email protected]> Received: from Beuc by vcs.savannah.gnu.org with local (Exim 4.72) (envelope-from <[email protected]>) id 1QncdM-0003Uh-S9 for [email protected]; Sun, 31 Jul 2011 20:29:13 +0000 Date: Sun, 31 Jul 2011 20:29:12 +0000 Message-Id: <[email protected]> To: [email protected] 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 <[email protected]> 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 <[email protected]> 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 -- Savane framework ----- End forwarded message -----
