hi,
I have a found a bug in function run_ripmime(), when execute the execl():
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name, "-d", NULL );
See the ripmime program:
# ripmime --help | grep "-d"
-> -d : Output directory
The correct execl() is:
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name, "-d", workdir, NULL );
Must specify workdir.
I need this is confirmation by you.
thanks.
Nobody/Anonymous
None
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| close_date | - | 2009-12-13 04:45 | xen0phage |
| allow_comments | 1 | 2009-12-13 04:45 | xen0phage |
| resolution_id | None | 2009-12-13 04:45 | xen0phage |
| status_id | Open | 2009-12-13 04:45 | xen0phage |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use