parent
134168e141
commit
434b6e2aa2
2 changed files with 13 additions and 17 deletions
@ -1,14 +0,0 @@ |
||||
{ |
||||
# vim: ft=perl: |
||||
die "USERNAME not set." unless defined ($USERNAME); |
||||
|
||||
use esmith::AccountsDB; |
||||
$adb = esmith::AccountsDB->open_ro or die "Couldn't open AccountsDB"; |
||||
|
||||
$user = $adb->get($USERNAME) or die "No user $USERNAME in AccountsDB"; |
||||
|
||||
%props = $user->props; |
||||
$props{EmailForward} ||= 'local'; |
||||
|
||||
$OUT = ''; |
||||
} |
Loading…
Reference in new issue