Share

simscan - qmail virus and spam scanner

Tracker: Bugs

5 BUG ripmime, fail to execl(); - ID: 1934444
Last Update: Settings changed ( xen0phage )

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.


Gladiston Justini ( gjustini ) - 2008-04-04 13:48

5

Closed

Duplicate

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 4 )

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