Hello ppl.- 

I have defined to white-black list based on sql like this by default:

 $sql_select_white_black_list =
   'SELECT wb'.
   ' FROM wblist LEFT JOIN mailaddr ON wblist.sid=mailaddr.id'.
   ' WHERE (wblist.rid=?) AND (mailaddr.email IN (%k))'.
   ' ORDER BY mailaddr.priority DESC';

But whatever I set to white or black list it won't work.

Could you please help me on how can I troubleshoot this?

Thank you


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to