[freeside-commits] freeside/FS/FS/part_export status_shellcommands.pm, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Thu Feb 9 02:48:49 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv2990

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.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- status_shellcommands.pm	9 Feb 2012 10:46:33 -0000	1.3
+++ status_shellcommands.pm	9 Feb 2012 10:48:47 -0000	1.4
@@ -48,16 +48,16 @@
     #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'}



More information about the freeside-commits mailing list