Craig:
I am not aware of BLACKLIST filter name..
In Declude filtering is done in 2 steps. First test definition and
then the action on the test.
In general:
Global statement is where you define the tests
$default$.junkmail is where you take actions
For example in a case like yours:
Test definition in the global statement:
BLACKLIST filter C:\IMAIL\Declude\Filters\blacklist.txt
x 20 0
Then blacklist.txt entry: Add the following to your blacklist.txt
file.
MAILFROM 0 ENDSWITH
@mastercardconfirm.com
Then an entry in your $default$.junkmail
BLACKLIST DELETE
If you want to delete an email without any other considerations and you
are sure that email is to be killed then why not add it to IMail's kill
list?
You can simply add that to the kill.lst file and it will do the same
before it even hits Declude.
The good thing about Declude is its flexibility - you can do this a
number of different ways and this is one of those ways
Regards,
-
Kami
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Edmonds
Sent: Tuesday, February 21, 2006 5:44 AM
To: [email protected]
Subject: [Declude.JunkMail] blacklist file
Importance: High
Sensitivity: Confidential
Newbie question
here....
Using Declude 3.05
on IMAIL.
I want to blacklist
email addresses so that when a spammer sends an email to my server, the email
does not go through to my end users.
my global.cfg file
has the following line..
BLACKLIST
fromfile
C:\IMAIL\Declude\Filters\blacklist.txt x 20 0
My blacklist.txt
file has the following entry....
BLACKLIST FROM
@mastercardconfirm.com
Is the above syntax
correct for blocking email addresses/domains?
