[packages/exim] - rel 11; allow / character for SRS

arekm arekm at pld-linux.org
Tue Jul 9 09:35:04 CEST 2013


commit ccec3689dd3bfdf16c81c1815cb830c0d341efa4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 9 09:35:01 2013 +0200

    - rel 11; allow / character for SRS

 exim.spec  | 2 +-
 exim4.conf | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index 3621e04..2debc10 100644
--- a/exim.spec
+++ b/exim.spec
@@ -15,7 +15,7 @@ Summary(pl.UTF-8):	Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):	Servidor de correio eletrônico exim
 Name:		exim
 Version:	4.80.1
-Release:	10
+Release:	11
 Epoch:		2
 License:	GPL
 Group:		Networking/Daemons/SMTP
diff --git a/exim4.conf b/exim4.conf
index c537186..12d65ff 100644
--- a/exim4.conf
+++ b/exim4.conf
@@ -301,7 +301,7 @@ acl_check_rcpt:
 
   deny    message       = Restricted characters in address
           domains       = +local_domains
-          local_parts   = ^[.] : ^.*[@%!/|]
+          local_parts   = ^[.] : ^.*[@%!|]
 
   # The second rule applies to all other domains, and is less strict. This
   # allows your own users to send outgoing messages to sites that use slashes
@@ -314,7 +314,7 @@ acl_check_rcpt:
 
   deny    message       = Restricted characters in address
           domains       = !+local_domains
-          local_parts   = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
+          local_parts   = ^[.|] : ^.*[@%!] : ^.*/\\.\\./
   #############################################################################
 
   # Accept mail to postmaster in any local domain, regardless of the source,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/ccec3689dd3bfdf16c81c1815cb830c0d341efa4



More information about the pld-cvs-commit mailing list