cvs commit: qpsmtpd/plugins spamassassin

[email protected] (Robert Spier)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     04/06/09 23:26:18

  Modified:    plugins  spamassassin
  Log:
  "-" is a valid filename element.
  
  Revision  Changes    Path
  1.10      +1 -1      qpsmtpd/plugins/spamassassin
  
  Index: spamassassin
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/plugins/spamassassin,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- spamassassin	11 Mar 2004 09:34:38 -0000	1.9
  +++ spamassassin	10 Jun 2004 06:26:18 -0000	1.10
  @@ -98,7 +98,7 @@
     my $paddr   = sockaddr_in($port, $iaddr);
   
     my $proto   = getprotobyname('tcp');
  -  if ( $self->{_args}->{spamd_socket} =~ /^([\w\/.]+)$/ ) { # connect to Unix Domain Socket
  +  if ( $self->{_args}->{spamd_socket} =~ /^([\w\/.-]+)$/ ) { # connect to Unix Domain Socket
       my $spamd_socket = $1;
       
       socket(SPAMD, PF_UNIX, SOCK_STREAM, 0)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.