[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SPAM FILTER ON A RAQ4
- Subject: Re: [cobalt-users] SPAM FILTER ON A RAQ4
- From: "Michele Neylon :: Blacknight Solutions" <michele@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri Jul 11 09:01:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Jeroen,
>
> I looked at your script, and also the file that you download. I have a
> question that I would like to ask. In the file that you download, all
> of the reject messages (2nd field) has a value of either SPAMMER or
> JUNK. In my limited sendmail understanding, I though that accepted
> values were either OK, RELAY, REJECT or some 550 error message. I also
> do not see any sed or other shell scripting that would replace
> JUNK/SPAMMER with a 550 message.
>
> How does sendmail deal with these values?
>
Sendmail can handle customised messages without any difficulty.
> On Thursday, July 10, 2003, at 09:40 AM, Jeroen Wunnink wrote:
>
>> Another nice addition to do somewhere from the cron at night:
>>
>> Make a script like:
>>
>> #!/bin/bash
>> wget http://basic.wirehub.net/spamlist.txt
>> touch access.new
>> cat access >> access.new
>> cat spamlist.txt >> access.new
>> rm -f spamlist.txt
>> makemap hash access.db < access.new
>> rm -f access.new
>>
>>
>
> <<much delete here>>
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
--
Mr. Michele Neylon
Blacknight Solutions
http://www.blacknightsolutions.com/
Shell hosting now available
#########################################################
This message (and any attachment) is intended only for the
recipient and may contain confidential and/or privileged
material. If you have received this in error, please contact the
sender and delete this message immediately. Disclosure, copying
or other action taken in respect of this email or in
reliance to it is prohibited.