8 lines
152 B
Plaintext
Raw Normal View History

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