[freeside-commits] freeside/FS/FS/part_export status_shellcommands.pm, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Thu Feb 9 02:46:35 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv2248
Modified Files:
status_shellcommands.pm
Log Message:
spam settings, RT#15987
Index: status_shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/status_shellcommands.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- status_shellcommands.pm 9 Feb 2012 10:44:22 -0000 1.2
+++ status_shellcommands.pm 9 Feb 2012 10:46:33 -0000 1.3
@@ -51,19 +51,18 @@
$self->shellcommands_queue( @shallargs, 'command' =>
$self->option('spam_enable'). ' '.
shell_quote($svc_acct->email)
- );
-
- $self->shellcommands_queue( @shallargs, 'command' =>
+ )
+ || $self->shellcommands_queue( @shallargs, 'command' =>
$self->option('spam_tag2_level'). ' '.
shell_quote($svc_acct->email). ' '.
$hashref->{'spam_tag2_level'}
- );
-
- $self->shellcommands_queue( @shallargs, 'command' =>
+ )
+ || $self->shellcommands_queue( @shallargs, 'command' =>
$self->option('spam_kill_level'). ' '.
shell_quote($svc_acct->email). ' '.
$hashref->{'spam_kill_level'}
- );
+ )
+ ;
}
More information about the freeside-commits
mailing list