You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2004/11/22 19:56:51 UTC

Re: svn commit: r106170 - /spamassassin/trunk/spamd/spamd.raw

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Daniel Quinlan writes:
> sidney@apache.org writes:
> 
> > [...]
> >  sub service_unavailable_error {
> >    my ($err) = @_;
> >    my $resp = "EX_UNAVAILABLE";
> > -  print $client "SPAMD/1.0 $resphash{$resp} Service Unavailable: $err\r\n";
> > +  syswrite( $client, "SPAMD/1.0 $resphash{$resp} Service Unavailable: $err\r\n" );
> >    logmsg("service unavailable: $err");
> >  }
> 
> Please try to use the more standard perl formatting:
> 
>   http://wiki.apache.org/spamassassin/CodingStyle
> 
> Thanks!

ah, the foo( bar ) vs. foo(bar) style issue ;)

- --j.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Exmh CVS

iD8DBQFBojZzMJF5cimLx9ARAnMvAKCBfg2Z0B/LDlRlnOW5eBXqkpJzgACbBiiB
TvayyMOJ8XHjvmhxmKZy1p4=
=NDK9
-----END PGP SIGNATURE-----