X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=54b173ab3309c7a5edd88451c576d7ead77a9bf0;hp=0b4000e4c889334c43e79113e27f31fb4957cb81;hb=16941ee3099833522bb8b7ac3cdf88b4a5f0ad89;hpb=61ec626ec5e6493a16dcb9d4cabcd826f1306b5b diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0b4000e4c..54b173ab3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2418,6 +2418,13 @@ worry that config_items is freeside-specific and icky. }, { + '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.",