On 12/14/06, Andres <[EMAIL PROTECTED]> wrote:
> Thanks Mark for your answer, my amavisd file has 14938 lines, it does
> not reach 16290...
> (amavisd-new from ubuntu packages)
> I do have this line
> defined $ln || $!==0 || $!==EAGAIN
>
> But at other location... Can I apply your patch manually ?
>
> Thanks
>
> Andres

Some update, the part of the file is slightly different:

    defined $ln || $!==0 || $!==EAGAIN
      or die "Error reading from file(1) utility: $!";
    if ($index < @part_list) {
      die sprintf("parsing file(1) results - missing last %d results",
                  @part_list - $index);
    }
    my($err); $proc_fh->close or $err = $!;
    $?==0 or die ("'file' utility ($file) failed, ".exit_status_str($?,$err));
    section_time(sprintf('get-file-type%d', scalar(@part_list)));
  }
}

As you see I do not have proc_status_ok line and some sentences are
different. Can you tell me the modifications for my amavisd-new file
version?

Thanks!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to