On Fri, 27 Apr 2001, Le Van Chi wrote:

> Dear All,
> 
> I try to eliminate duplicated mails problem by installing eliminate-dups as fllows:
> 
> the file /home/vpopmail/domains/indochinanet.com/.qmail-chi:lv with:
> 
> | /var/qmail/bin/eliminate-dups 
>/home/vpopmail/domains/indochinanet.com/chi.lv/hashfile
> /home/vpopmail/domains/indochinanet.com/chi.lv/Maildir/
> 
> And the result I received is like this in qmail log
> 
>  
> @400000003ae936271f20ecec delivery 17: success: Use_of_uninitialized_value_in_su
> 
> broutine_entry_at_/var/qmail/bin/eliminate-dups_line_120,_<>_line_5./did_1+0+1/

This is a result of tighter syntax checking in later versions of perl.
It is a warning message and can be safely ignored.

The warning is being generated by the MD5 subroutine add() (which I have
no control over).

The qmail logs show the message to have been successfully delivered:

    .... did_1+0+1

which means

    successfully processed 1 file delivery      (ie ./Maildir/)
    successfully processed 0 forwards
    successfully processed 1 program delivery   (ie eliminate-dups)

-- 
Regards
Peter
----------
Peter Samuel                            [EMAIL PROTECTED]
http://www.e-smith.org (development)    http://www.e-smith.com (corporate)
Phone: +1 613 368 4398                  Fax: +1 613 564 7739
e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada

"If you kill all your unhappy customers, you'll only have happy ones left"

Reply via email to