diff options
| author | ivan <ivan> | 2012-02-09 10:48:48 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2012-02-09 10:48:48 +0000 |
| commit | fc342ff3293d869dd845fa69b5f47c9cb791b1b7 (patch) | |
| tree | 1c40cd81caee8aeba1f7baede30bf65a6d01577a /FS | |
| parent | 6e801ef5791a2e91a20e9ce3db47207e8e0a7b71 (diff) | |
spam settings, RT#15987
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/status_shellcommands.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/part_export/status_shellcommands.pm b/FS/FS/part_export/status_shellcommands.pm index 3f6bd9580..50e24f867 100644 --- a/FS/FS/part_export/status_shellcommands.pm +++ b/FS/FS/part_export/status_shellcommands.pm @@ -48,16 +48,16 @@ sub export_setstatus { #ignored_errors => $self->option('ignored_errors') || '', ); - $self->shellcommands_queue( @shallargs, 'command' => + $self->shellcommands_queue( @shellargs, 'command' => $self->option('spam_enable'). ' '. shell_quote($svc_acct->email) ) - || $self->shellcommands_queue( @shallargs, 'command' => + || $self->shellcommands_queue( @shellargs, 'command' => $self->option('spam_tag2_level'). ' '. shell_quote($svc_acct->email). ' '. $hashref->{'spam_tag2_level'} ) - || $self->shellcommands_queue( @shallargs, 'command' => + || $self->shellcommands_queue( @shellargs, 'command' => $self->option('spam_kill_level'). ' '. shell_quote($svc_acct->email). ' '. $hashref->{'spam_kill_level'} |
