Hello Sam
when I enable debug level I always enable full-log-dir (easier to read 
on a busy mail server)
I could follow the whole transaction and all went fine, no rejection

Logging to one of my debug servers I found out the problem
checking different emails with all the same rejection

It isnt a spamdyke issue so sorry for the false alarm

there is a spf check in between the
MAIL FROM & RCPT TO
which breaks the transaction and gets rejected with the 503 Mail first 
(normal in a way)

looks like this :

09/09/2009 10:41:38 FROM REMOTE TO CHILD: 43 bytes
MAIL FROM:<[email protected]>

09/09/2009 10:41:38 LOG OUTPUT
- removed -

09/09/2009 10:42:13 FROM CHILD TO REMOTE: 33 bytes
451 SPF lookup failure (#4.3.0)                   <----- The problem

09/09/2009 10:42:13 FROM REMOTE TO CHILD: 37 bytes
RCPT TO:<[email protected]>

09/09/2009 10:42:13 LOG OUTPUT
- removed -

09/09/2009 10:42:13 LOG OUTPUT
FILTER_OTHER: response: "503 MAIL first (#5.5.1)"


Now I dont know why it is doing that, gonna check further, I think it is in the 
qmail-smtpd.c and maybe has to do with dns

-P







Sam Clippinger wrote:
> That is strange.  Switching the log-level to debug shouldn't add any 
> kind of noticeable delay, so I don't think that would be the issue.
>
> Is there any indication what the error is (e.g. logged messages from 
> qmail)?  Could you try enabling spamdyke's "full-log-dir" option to see 
> if you can capture one of the rejection messages?  I'd really like to 
> see what's causing this so I can try to reproduce it myself.
>
> -- Sam Clippinger
>
> Philip wrote:
>   
>> Hello
>> I am facing something really strange and intriguing
>> a user is sending a mail to one of our customers and the mail is blocked 
>> with DENIED_OTHER
>> technically another filter,  all was debugged and  there isnt any filter 
>> blocking that mail
>> I ask the user to send the mail again and this time I placed spamdyke  
>> with log-level=debug
>> That's where it gets funny, the mail  was delivered fine without any 
>> rejection
>> now, we remove the debug-level and go back to log-level=info and the 
>> mail is blocked with DENIER_OTHER again
>>
>> Could it be a delay issue ? considering debug level add some delay ..
>>
>>
>> system
>> spamdyke 4.0.10
>> qmail-toaster
>>
>>
>> _______________________________________________
>> spamdyke-users mailing list
>> [email protected]
>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>   
>>     
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>
>   
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to