X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fstatus_shellcommands.pm;fp=FS%2FFS%2Fpart_export%2Fstatus_shellcommands.pm;h=50e24f8677d6baafc10ffd4186bb16842b49d59b;hp=3f6bd9580d19367719e147381178653a86b26a47;hb=c2753925b08b2cded5cb7e858497b5b177b97730;hpb=032921734aad82c83481d9098aa38361d3980e98 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'}