v0.9.8
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@
|
|||||||
// Use a single LDAP connection protected by a mutex
|
// Use a single LDAP connection protected by a mutex
|
||||||
//
|
//
|
||||||
// v0.9.6 : add PID file
|
// v0.9.6 : add PID file
|
||||||
// v0.9.7.2 : Check MX format with regex
|
// v0.9.8 : Check MX format with regex
|
||||||
//
|
//
|
||||||
|
|
||||||
package main
|
package main
|
||||||
@@ -33,7 +33,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "0.9.7.2"
|
version = "0.9.8"
|
||||||
// Match le nom de domaine, soit les 2 dernieres chaines separees par un point.
|
// Match le nom de domaine, soit les 2 dernieres chaines separees par un point.
|
||||||
// Peut aussi terminer par un point (Ex: srv.domaine.com. => domaine.com)
|
// Peut aussi terminer par un point (Ex: srv.domaine.com. => domaine.com)
|
||||||
DomainRegexpFormat = `([0-9A-Za-z\-]*)\.([0-9A-Za-z\-]*)(?:\.)?$`
|
DomainRegexpFormat = `([0-9A-Za-z\-]*)\.([0-9A-Za-z\-]*)(?:\.)?$`
|
||||||
|
|||||||
Reference in New Issue
Block a user