Changes

From SME Server
Jump to navigationJump to search
157 bytes added ,  03:47, 22 January 2013
Line 9: Line 9:     
  /etc/e-smith/templates/etc/mail/spamassassin/local.cf/50pyzor_timeout
 
  /etc/e-smith/templates/etc/mail/spamassassin/local.cf/50pyzor_timeout
 +
 +
{
 +
  my $pyzor_timeout = ($spamassassin{PyzorTimeout} || 0);
 +
  if ($pyzor_timeout ne '0')
 +
  {
 +
      return "pyzor_timeout " . ($pyzor_timeout);
 +
  }
 +
}
 +
    
Template fragment to set a pyzor_timeout based on a value in the config db.
 
Template fragment to set a pyzor_timeout based on a value in the config db.

Navigation menu