8 lines
152 B
Perl
8 lines
152 B
Perl
{
|
|
# vim: ft=perl:
|
|
return '# Forward not set'
|
|
unless ($props{EmailForward} =~ /^(forward|both)$/);
|
|
|
|
return '&' . $props{ForwardAddress};
|
|
}
|