[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.26,1.324.2.27
Ivan,,,
ivan at wavetail.420.am
Sun Feb 21 14:55:14 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11129/FS/FS
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Conf.pm
Log Message:
communigate forwarders, RT#7083
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.26
retrieving revision 1.324.2.27
diff -u -d -r1.324.2.26 -r1.324.2.27
--- Conf.pm 20 Feb 2010 22:34:58 -0000 1.324.2.26
+++ Conf.pm 21 Feb 2010 22:55:11 -0000 1.324.2.27
@@ -2410,6 +2410,13 @@
},
{
+ 'key' => 'svc_forward-no_srcsvc',
+ 'section' => '',
+ 'description' => "Don't allow forwards from existing accounts, only arbitrary addresses. Useful when exporting to systems such as Communigate Pro which treat forwards in this fashion.",
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'svc_forward-arbitrary_dst',
'section' => '',
'description' => "Allow forwards to point to arbitrary strings that don't necessarily look like email addresses. Only used when using forwards for weird, non-email things.",
More information about the freeside-commits
mailing list