[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fighting junk mail in zmailer



I've just been looking at smtpserver.conf, and it is nice.

It allows me to say "turn on checking of MAIL FROM if the sender is
from earthlink.net, ppgsoft.com or interramp.com" and in server.cf I
can say

	if the MAIL FROM address is on the list of known spammers
		sleep( 14400 );

That should put a crimp in the style of sendmail, which most spammers
seem to use.

Now, I need an efficient way of reading a list of addresses into an
array.  I don't know zmsh that well; could someone provide me with a
way?

--Arnt