initial commit of file from CVS for e-smith-qmail on Wed 12 Jul 09:06:46 BST 2023
This commit is contained in:
7
root/etc/e-smith/templates-user/.qmail/70Forward
Normal file
7
root/etc/e-smith/templates-user/.qmail/70Forward
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
# vim: ft=perl:
|
||||
return '# Forward not set'
|
||||
unless ($props{EmailForward} =~ /^(forward|both)$/);
|
||||
|
||||
return '&' . $props{ForwardAddress};
|
||||
}
|
Reference in New Issue
Block a user