Author: benj
Date: Tue Sep  6 14:40:34 2016
New Revision: 1737

URL: http://svn.gna.org/viewcvs/gdtc?rev=1737&view=rev
Log:
Implement DKIM as well


Modified:
    trunk/gdtc/scripts/dtcmanager

Modified: trunk/gdtc/scripts/dtcmanager
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/scripts/dtcmanager?rev=1737&r1=1736&r2=1737&view=diff
==============================================================================
--- trunk/gdtc/scripts/dtcmanager       (original)
+++ trunk/gdtc/scripts/dtcmanager       Tue Sep  6 14:40:34 2016
@@ -161,7 +161,7 @@
 title.fr Priv<E9>e, confirmation pour les non abonn<E9>s
 
 true()                             md5,smime     -> do_it
-is_subscriber([listname],[sender]) smtp          -> do_it
+is_subscriber([listname],[sender]) smtp,dkim          -> do_it
 # DO NOT REMOVE THE FOLLOWING LINE (used by adhesion.cgi) Frederic Couchet 
11/09/2006
 # liste blanche
 EOF
@@ -178,7 +178,7 @@
            if ( $mail =~ /[A-Za-z_0-9\+\.-]*@[A-Za-z0-9\.-]*/ )
            {
               $mail =~ s/ //g;
-              print "match([sender],/$mail/) smtp -> do_it\n" if ( $mail );
+              print "match([sender],/$mail/) smtp,dkim -> do_it\n" if ( $mail 
);
            }
 
        }


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to