You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/10 10:13:56 UTC

[incubator-ponymail-foal] 02/02: tweak Server header

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit ee4d920d88a6012a6ac284cc5d523042c1ac0497
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Sep 10 12:13:42 2020 +0200

    tweak Server header
---
 server/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/main.py b/server/main.py
index f2a75ef..b9175f5 100644
--- a/server/main.py
+++ b/server/main.py
@@ -81,7 +81,7 @@ class Server(plugins.server.BaseServer):
 
         # Define response headers first...
         headers = {
-            "Server": "PyPony/%s" % PONYMAIL_FOAL_VERSION,
+            "Server": "Apache Pony Mail (Foal/%s)" % PONYMAIL_FOAL_VERSION,
         }
 
         # Figure out who is going to handle this request, if any