> Yes, exactly. I don't constantly troll my logs to see what all the IP's > are that gmail sends from. I just know something is afoul when I'm told > messages to my box are bouncing, then I look and see gmail resending > from different /24's and assp continually greylisting them.
All the infos ASSP knows about a given IP when the greylist kicks are The IP the HELO string the MAIL FROM the RCPT TO now... a regexp on the HELO to skip delaying would work, but it would also be a potential issue, since a spambot may present itself with an helo referring to gmail.com; another better solution would be having ASSP collecting some more infos about the sending IP before using the delaying, that is, its PTR record and the senderbase infos; in such a case ASSP would also have the infos related to the organization owning the IP (and its PTR domain name), so, a regexp could be used to skip the delaying as desired; this would be the correct approach, but would also need some additional work (and traffic) ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
