"Vladimir Potapov" <[EMAIL PROTECTED]> writes: > /home/pvm/.tmda/filters/incoming: > > from ~/.tmda/lists/blacklist drop > from ~/.tmda/lists/whitelist ok > > I add this lines in /home/pvm/.tmda/filters/incoming , but it dies not work.
My apologies, Vladimir. I posted in a hurry while thinking about some test code I was writing! The above rules should say 'from-file' instead of 'from'. 'from' means that you are telling tmda-filter an email address that is ok (or not); 'from-file' means that you are telling it a filename that it should read to find email addresses. So... from-file ~/.tmda/lists/blacklist drop from-file ~/.tmda/lists/whitelist ok Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
