[freeside-commits] freeside/FS/FS Conf.pm,1.355,1.356
Ivan,,,
ivan at wavetail.420.am
Sun Feb 21 14:54:12 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11125/FS/FS
Modified Files:
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.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- Conf.pm 20 Feb 2010 22:34:57 -0000 1.355
+++ Conf.pm 21 Feb 2010 22:54:10 -0000 1.356
@@ -2418,6 +2418,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