in reply to Re^4: checking values of variables
in thread checking values of variables

however, this approach does not allow
$mail_host = $cfg->param('mail_host') || 'mail@xxx.org'; $support_addr = $cfg->param('support_addr') || 'support@xxx.org' +;
default values.