[SA-exim] mainlog errors

Mikel Tidwell dragon at dreamhaven.net
Tue, 16 Jul 2002 11:09:36 -0700 (PDT)


Hello,

I have two errors in my mainlog that repeats for multiple messages on a
regular basis.  I was hoping you could tell me what I can do to fix the
problems I'm seeing here.

2002-07-16 11:03:44 17UWfn-000Egx-00 SA: Unexpected error on creat
1026842624_00003a174485$00001a1d$000071df@mx09.hotmail.com, file
../src/local_scan.c, line 178: Bad file descriptor
2002-07-16 11:03:44 17UWfn-000Egx-00 SA: savemail condition expanded to
false, not saving message to disk
2002-07-16 11:03:44 17UWfn-000Egx-00 temporarily rejected by local_scan():
Temporary local error while processing message, please contact postmaster

localscan.c:  (176-179)

    /* Let's not worry about you receiving two spams at the same second
     * with the same message ID. If you do, the second one will overwrite
     * the first one */
    writefd=creat(string_sprintf("%s/%s", dir, filename), S_IRUSR|S_IWUSR);
    CHECKERR(writefd, string_sprintf("creat %s", filename),__LINE__);


2002-07-16 11:04:08 17UWg4-000Eh2-00 SA: PANIC: wait on spamc child
yielded, 16384
2002-07-16 11:04:08 17UWg4-000Eh2-00 SA: savemail condition expanded to
false, not saving message to disk
2002-07-16 11:04:08 17UWg4-000Eh2-00 temporarily rejected by local_scan():
Temporary local error while processing message, please contact postmaster

I have an idea with this one, that the message sent in it too large before
the timeout on spamc is hit, but... how do I either increase the timeout,
don't scan large messages, or perm reject instead of temp.  All temp does
is bounce it back to me so I can repeat the process.

Thanks for the help.  I did grab the latest sa-exim before mailing.

 _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _
  -- Mikel Tidwell   President: RPGamer -- http://www.rpgamer.com/
   MSNM: FireMyst    Personal Home Page -- http://dragon.rpgamer.com/
 - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ - _ -