NM skribis 2008-01-16 19:31 (+0000):
> > The complete package can be downloaded at:
> > http://juerd.nl/files/Qmail-Deliverable-1.00.tar.gz

You should the latest version (currently 1.03) from CPAN:
http://search.cpan.org/~juerd/Qmail-Deliverable/

Won't fix your problem though :)

> I get the following error:
> [EMAIL PROTECTED] ~]# perl -MQmail::Deliverable -e 'print deliverable "test
> [EMAIL PROTECTED]";'
> Invalid line in users/assign: '+:alias:400:401:/var/qmail/alias:-::'

I guess I screwed up at the ultimate wildcard. As "+:" is probably very
common (generated by qmail-pw2u), it's amazing that nobody encountered
this before.

The fix is probably to change this line in Qmail/Deliverable.pm:

        } elsif (s/^\+([^:]+)://) {

to this:

        } elsif (s/^\+([^:]*)://) {

But I can't currently test if that theory works or not. If you are
testing, please let me know :)
-- 
Met vriendelijke groet,  Kind regards,  Korajn salutojn,

  Juerd Waalboer:  Perl hacker  <[EMAIL PROTECTED]>  <http://juerd.nl/sig>
  Convolution:     ICT solutions and consultancy <[EMAIL PROTECTED]>

Reply via email to