From: Todd V. <tv...@du...> - 2006-08-21 14:57:46
|
Mariusz Woloszyn wrote: > Hi! >=20 > I'm having problem with current Sendmail::PMilter and setreply(). > When I call $ctx->setreply ("550", '5.7.1', 'Blah'); it returns 1 but > later when I call SMFIS_REJECT the message is not passed back to sendma= i, > wich returns: 550 5.7.1 <bl...@oh...>... Command rejected >=20 > Even if I change the RCODE and XCODE i always get: > 550 5.7.1 <bl...@oh...>... Command rejected. >=20 > I'm using Sendmail 8.13.7. >=20 > Is it possible that Sendmail changed the internal milter protocol??? >=20 Not likely; I use 8.13.x as well. My guess would be that you're calling SMFIS_REJECT as if it were a subroutine rather than returning it as the function return value. I need to know which callback it is ("helo"?), and a little more about the code you're using in order to be of more help. If it is not proprietary caode, could you post the callback with the problem? (Trim it if you want to show the use of the inputs, setreply, and SMFIS_ code.)= --=20 -- Todd Vierling <tv...@du...> <tv...@po...> <to...@vi...> |