Hello,
After some bad experience with "makeacceptmailfor",
Courier 0.47. I started to analyse "makedat" and found
two bugs.
1. File support in makedat prog is broken and only
stdin (usualy this is used) is working. This is
because:
<makedatprog.c>
....
72 buf[buflen]=0;
73 if (c == EOF) return (-1); // file (not stdin)
processing will fail, because of this
74 // and
because there is nothing else to
handle it
75 if (strcmp(buf, ".") == 0) return (0);
76 if (addgdbm(buf, o)) return (-1);
....
2. Files accepted by "makedat" must be for example:
localhost
(EOF)
If file is:
localhost(EOF)
"makedat" will fail.
ManiacK
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users