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