Hello,

i found problem with autorespond. Some servers return emails generated
with autorespond. Problem is with generating message-id (code from
autorespond):

 /*start outputting to qmail-queue
    date is in 822 format
    message-id could be computed a little better*/
  fprintf(fdm,"Date: %u %s %u %02u:%02u:%02u -0000\nMessage-ID:
<%lu.%u.blah>\nContent-Type: text/plain; charset=\"windows-1250\"\n"
    
,dt->tm_mday,montab[dt->tm_mon],dt->tm_year+1900,dt->tm_hour,dt->tm_min,dt->tm_sec,msgwhen,getpid()
);

comment "message-id could be computed a little better" is funny but
due to RFC http://tools.ietf.org/html/rfc2822#section-3.6.4 (which
should be valid) message-id must contain @ in autorespond is
Message-ID: <%lu.%u.blah>.

Easy to fix is <%lu.%u.blah> -> <[EMAIL PROTECTED]>
-- 
Lampa

!DSPAM:47d10aa3120507979381982!

Reply via email to