[Declude.JunkMail] Max whitelists hit

2006-07-27 Thread Craig Edmonds



just found this in 
my declude log.

07/27/2006 
15:28:25.221 qbf78048c0118c40b.smd WARNING: Max whitelists hit. Some 
whitelists will not be processed!

Is there a limit to 
the amount of domains you can put in the whitelist?






Kindest 
RegardsCraig Edmonds123 Marbella InternetW: www.123marbella.comE : [EMAIL PROTECTED]


---This E-mail came from the Declude.JunkMail mailing list.  Tounsubscribe, just send an E-mail to [EMAIL PROTECTED], andtype "unsubscribe Declude.JunkMail".  The archives can be foundat http://www.mail-archive.com.


RE: [Declude.JunkMail] Max whitelists hit

2006-07-27 Thread David Barker
Yes, in the global.cfg there is a limit. If you need to have unlimited
whitelist entries, or if you need per-user or per-domain whitelisting, you
may find the WHITELISTFILE option helpful. 

To use this option, you need to add a line in the format WHITELISTFILE
D:\{MAILSERVER}\Declude\mywhitelist.txt to the appropriate configuration
file (\{MAILSERVER}\Declude\$default$.JunkMail, or the per-user/per-domain
configuration file you wish to use the whitelists with). The
D:\{MAILSERVER}\Declude\mywhitelist.txt file would then contain either one
E-mail address ([EMAIL PROTECTED]) or domain (@example.com) or subdomain
(.example.com) per line. The whitelist files can have unlimited entries in
them. 

Note that the file you use with the WHITELISTFILE option does NOT use the
same format as the WHITELIST entries in the global.cfg file. Also, note that
the WHITELISTFILE option does not work in the global.cfg file. 

David B
www.declude.com



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig
Edmonds
Sent: Thursday, July 27, 2006 9:34 AM
To: declude.junkmail@declude.com
Subject: [Declude.JunkMail] Max whitelists hit
Importance: High
Sensitivity: Confidential


just found this in my declude log.
 
07/27/2006 15:28:25.221 qbf78048c0118c40b.smd WARNING: Max whitelists hit.
Some whitelists will not be processed!
 
Is there a limit to the amount of domains you can put in the whitelist?
 

Kindest Regards
Craig Edmonds
123 Marbella Internet
W: www.123marbella.com http://www.123marbella.com/ 
E : [EMAIL PROTECTED]

  http://i.msgtag.com/alaqebaugecbtfqn/xlkcihtsdEb/aom/yi.gif 
---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail. The archives can be found
at http://www.mail-archive.com. 



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



[Declude.JunkMail] OT: ACL Manipulation Tool

2006-07-27 Thread Jay Sudowski - Handy Networks LLC
I am seeking out an ACL manipulation tool that will let me set the Read
Attributes permission on the root of a drive (no inheritance), that
does not automatically apply the permission to sub-files/folders and
also does not 'touch' every file on the server.  I have tried the
following tools, but ran into the issues noted:

Cacls - Does not support Read Attributes permission.  Does not allow
inheritance to be specified.  However, cacls only modifies ACLs on the
specified root drive and nothing more, so performance is very quick.

Xcacls.vbs - Supports Read Attributes permission, and allows for
proper control over inheritance.  However, when setting the permission,
this tool enumerates every single file on the drive, making the process
extremely slow.

Setacl.exe - Supports read attributes permission, and allows for
proper control over inheritance.  Unfortunately, it doesn't seem to set
permissions properly on the root of a drive.

FileACL.exe - Supports read attributes permission, and allows for
proper control over inheritance. However, when setting the permission,
this tool enumerates every single file on the drive, making the process
extremely slow.

Xcacls.exe - Does not support read attributes permission, and seems to
insert ACE entries in a non-supported manner on Windows 2003 servers.

Dacl.vbs - Does not support read attributes permission.

Is anyone aware of any other tools available? 

Thanks!
-
Jay Sudowski // Handy Networks LLC
Director of Technical Operations
Providing Shared, Reseller, Semi Managed and Fully Managed Windows 2003
Hosting Solutions
Tel: 877-70 HANDY x882 |  Fax: 888-300-2FAX
www.handynetworks.com



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



RE: [Declude.JunkMail] OT: ACL Manipulation Tool

2006-07-27 Thread Kevin Bilbee
Looking at the code for Xcalcs it should work for you. If you are using 
inheritance and do not want it to iterate all the files then you cannot use the 
/T, /F, of /S options. If you use one of these do it will iterate all files on 
the drive.


Kevin Bilbee

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay
 Sudowski - Handy Networks LLC
 Sent: Thursday, July 27, 2006 9:35 AM
 To: Declude.JunkMail@declude.com
 Subject: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 I am seeking out an ACL manipulation tool that will let me set the
 Read Attributes permission on the root of a drive (no inheritance),
 that does not automatically apply the permission to sub-files/folders
 and also does not 'touch' every file on the server.  I have tried the
 following tools, but ran into the issues noted:
 
 Cacls - Does not support Read Attributes permission.  Does not allow
 inheritance to be specified.  However, cacls only modifies ACLs on the
 specified root drive and nothing more, so performance is very quick.
 
 Xcacls.vbs - Supports Read Attributes permission, and allows for
 proper control over inheritance.  However, when setting the permission,
 this tool enumerates every single file on the drive, making the process
 extremely slow.
 
 Setacl.exe - Supports read attributes permission, and allows for
 proper control over inheritance.  Unfortunately, it doesn't seem to set
 permissions properly on the root of a drive.
 
 FileACL.exe - Supports read attributes permission, and allows for
 proper control over inheritance. However, when setting the permission,
 this tool enumerates every single file on the drive, making the process
 extremely slow.
 
 Xcacls.exe - Does not support read attributes permission, and seems
 to insert ACE entries in a non-supported manner on Windows 2003
 servers.
 
 Dacl.vbs - Does not support read attributes permission.
 
 Is anyone aware of any other tools available?
 
 Thanks!
 -
 Jay Sudowski // Handy Networks LLC
 Director of Technical Operations
 Providing Shared, Reseller, Semi Managed and Fully Managed Windows 2003
 Hosting Solutions
 Tel: 877-70 HANDY x882 |  Fax: 888-300-2FAX www.handynetworks.com
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 





---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



RE: [Declude.JunkMail] OT: ACL Manipulation Tool

2006-07-27 Thread Jay Sudowski - Handy Networks LLC
 
Unfortunately, it seems like the WMI call they make in xcacls.vbs still
ends up enumerating all of the files on the drive ... I'll check filemon
and see the wmi process just hitting all of the files, even though it's
not changing any permissions on those files.  Highly inefficient, but
typical MS I suppose :(

Thanks though.

-Jay


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Kevin Bilbee
Sent: Thursday, July 27, 2006 3:28 PM
To: declude.junkmail@declude.com
Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool

Looking at the code for Xcalcs it should work for you. If you are using
inheritance and do not want it to iterate all the files then you cannot
use the /T, /F, of /S options. If you use one of these do it will
iterate all files on the drive.


Kevin Bilbee

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Jay
 Sudowski - Handy Networks LLC
 Sent: Thursday, July 27, 2006 9:35 AM
 To: Declude.JunkMail@declude.com
 Subject: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 I am seeking out an ACL manipulation tool that will let me set the
 Read Attributes permission on the root of a drive (no inheritance),
 that does not automatically apply the permission to sub-files/folders
 and also does not 'touch' every file on the server.  I have tried the
 following tools, but ran into the issues noted:
 
 Cacls - Does not support Read Attributes permission.  Does not allow
 inheritance to be specified.  However, cacls only modifies ACLs on the
 specified root drive and nothing more, so performance is very quick.
 
 Xcacls.vbs - Supports Read Attributes permission, and allows for
 proper control over inheritance.  However, when setting the
permission,
 this tool enumerates every single file on the drive, making the
process
 extremely slow.
 
 Setacl.exe - Supports read attributes permission, and allows for
 proper control over inheritance.  Unfortunately, it doesn't seem to
set
 permissions properly on the root of a drive.
 
 FileACL.exe - Supports read attributes permission, and allows for
 proper control over inheritance. However, when setting the permission,
 this tool enumerates every single file on the drive, making the
process
 extremely slow.
 
 Xcacls.exe - Does not support read attributes permission, and seems
 to insert ACE entries in a non-supported manner on Windows 2003
 servers.
 
 Dacl.vbs - Does not support read attributes permission.
 
 Is anyone aware of any other tools available?
 
 Thanks!
 -
 Jay Sudowski // Handy Networks LLC
 Director of Technical Operations
 Providing Shared, Reseller, Semi Managed and Fully Managed Windows
2003
 Hosting Solutions
 Tel: 877-70 HANDY x882 |  Fax: 888-300-2FAX www.handynetworks.com
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 





---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.




---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



RE: [Declude.JunkMail] OT: ACL Manipulation Tool

2006-07-27 Thread Kevin Bilbee
Well that sucks.



Kevin

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay
 Sudowski - Handy Networks LLC
 Sent: Thursday, July 27, 2006 12:39 PM
 To: declude.junkmail@declude.com
 Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 
 Unfortunately, it seems like the WMI call they make in xcacls.vbs still
 ends up enumerating all of the files on the drive ... I'll check
 filemon and see the wmi process just hitting all of the files, even
 though it's not changing any permissions on those files.  Highly
 inefficient, but typical MS I suppose :(
 
 Thanks though.
 
 -Jay
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Kevin Bilbee
 Sent: Thursday, July 27, 2006 3:28 PM
 To: declude.junkmail@declude.com
 Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 Looking at the code for Xcalcs it should work for you. If you are using
 inheritance and do not want it to iterate all the files then you cannot
 use the /T, /F, of /S options. If you use one of these do it will
 iterate all files on the drive.
 
 
 Kevin Bilbee
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Jay
  Sudowski - Handy Networks LLC
  Sent: Thursday, July 27, 2006 9:35 AM
  To: Declude.JunkMail@declude.com
  Subject: [Declude.JunkMail] OT: ACL Manipulation Tool
 
  I am seeking out an ACL manipulation tool that will let me set the
  Read Attributes permission on the root of a drive (no inheritance),
  that does not automatically apply the permission to sub-files/folders
  and also does not 'touch' every file on the server.  I have tried the
  following tools, but ran into the issues noted:
 
  Cacls - Does not support Read Attributes permission.  Does not
 allow
  inheritance to be specified.  However, cacls only modifies ACLs on
 the
  specified root drive and nothing more, so performance is very quick.
 
  Xcacls.vbs - Supports Read Attributes permission, and allows for
  proper control over inheritance.  However, when setting the
 permission,
  this tool enumerates every single file on the drive, making the
 process
  extremely slow.
 
  Setacl.exe - Supports read attributes permission, and allows for
  proper control over inheritance.  Unfortunately, it doesn't seem to
 set
  permissions properly on the root of a drive.
 
  FileACL.exe - Supports read attributes permission, and allows for
  proper control over inheritance. However, when setting the
 permission,
  this tool enumerates every single file on the drive, making the
 process
  extremely slow.
 
  Xcacls.exe - Does not support read attributes permission, and seems
  to insert ACE entries in a non-supported manner on Windows 2003
  servers.
 
  Dacl.vbs - Does not support read attributes permission.
 
  Is anyone aware of any other tools available?
 
  Thanks!
  -
  Jay Sudowski // Handy Networks LLC
  Director of Technical Operations
  Providing Shared, Reseller, Semi Managed and Fully Managed Windows
 2003
  Hosting Solutions
  Tel: 877-70 HANDY x882 |  Fax: 888-300-2FAX www.handynetworks.com
 
 
 
  ---
  This E-mail came from the Declude.JunkMail mailing list.  To
  unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
  unsubscribe Declude.JunkMail.  The archives can be found at
  http://www.mail-archive.com.
 
 
 
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 





---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



[Declude.JunkMail] fpReview 2.0 - Released

2006-07-27 Thread Darrell \([EMAIL PROTECTED])
fpReview is a utility that allows you to easily review held mail on your 
Imail or SmarterMail system. With fpReview you can review messages and 
return them back to the queue for delivery or rescanning by Declude. Quickly 
edit messages, create rules in your ipfiles, from filters, filters, resolve 
ip addresses, lookup domain names and IP addresses against Senderbase. Plus 
many other features such as delete, move, copy, email etc.

Screen Captures / Video :
http://www.invariantsystems.com/fpreview/screencaptures.htm

Download:
http://www.invariantsystems.com/fpreview/default.htm

Darrell

Check out http://www.invariantsystems.com for utilities for Declude And 
Imail.  IMail/Declude Overflow Queue Monitoring, SURBL/URI integration, MRTG 
Integration, and Log Parsers. 



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



[Declude.Virus] fpReview 2.0 - Released

2006-07-27 Thread Darrell \([EMAIL PROTECTED])
fpReview is a utility that allows you to easily review held mail on your 
Imail or SmarterMail system. With fpReview you can review messages and 
return them back to the queue for delivery or rescanning by Declude. Quickly 
edit messages, create rules in your ipfiles, from filters, filters, resolve 
ip addresses, lookup domain names and IP addresses against Senderbase. Plus 
many other features such as delete, move, copy, email etc.

Screen Captures / Video :
http://www.invariantsystems.com/fpreview/screencaptures.htm

Download:
http://www.invariantsystems.com/fpreview/default.htm

Darrell

Check out http://www.invariantsystems.com for utilities for Declude And 
Imail.  IMail/Declude Overflow Queue Monitoring, SURBL/URI integration, MRTG 
Integration, and Log Parsers. 



---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.Virus.The archives can be found
at http://www.mail-archive.com.



RE: [Declude.JunkMail] OT: ACL Manipulation Tool

2006-07-27 Thread Jay Sudowski - Handy Networks LLC
I was finally able to get what I needed by using the script here: 
http://www.serverwatch.com/tutorials/article.php/1476751
and tweaking the following sections:

Changed: 
adsFOLDER_READ  = FILE_LIST_DIRECTORY Or FILE_READ_EA Or
FILE_TRAVERSE Or _
FILE_READ_ATTRIBUTES Or READ_CONTROL Or
SYNCHRONIZE

To: 
adsFolder_READ  = FILE_READ_EA OR FILE_READ_ATTRIBUTES OR
FILE_LIST_DIRECTORY

Changed:
oACE.AceFlags = ADS_ACEFLAG_INHERIT_ACE Or ADS_ACEFLAG_UNKNOWN

To:
oACE.AceFlags = ADS_ACEFLAG_NO_PROPAGATE_INHERIT_ACE

Additionally, I commented out the loops in the RecurseACLs sub.

What a project this turned out to be.

-Jay


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Kevin Bilbee
Sent: Thursday, July 27, 2006 4:33 PM
To: declude.junkmail@declude.com
Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool

Well that sucks.



Kevin

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Jay
 Sudowski - Handy Networks LLC
 Sent: Thursday, July 27, 2006 12:39 PM
 To: declude.junkmail@declude.com
 Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 
 Unfortunately, it seems like the WMI call they make in xcacls.vbs
still
 ends up enumerating all of the files on the drive ... I'll check
 filemon and see the wmi process just hitting all of the files, even
 though it's not changing any permissions on those files.  Highly
 inefficient, but typical MS I suppose :(
 
 Thanks though.
 
 -Jay
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Kevin Bilbee
 Sent: Thursday, July 27, 2006 3:28 PM
 To: declude.junkmail@declude.com
 Subject: RE: [Declude.JunkMail] OT: ACL Manipulation Tool
 
 Looking at the code for Xcalcs it should work for you. If you are
using
 inheritance and do not want it to iterate all the files then you
cannot
 use the /T, /F, of /S options. If you use one of these do it will
 iterate all files on the drive.
 
 
 Kevin Bilbee
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Jay
  Sudowski - Handy Networks LLC
  Sent: Thursday, July 27, 2006 9:35 AM
  To: Declude.JunkMail@declude.com
  Subject: [Declude.JunkMail] OT: ACL Manipulation Tool
 
  I am seeking out an ACL manipulation tool that will let me set the
  Read Attributes permission on the root of a drive (no
inheritance),
  that does not automatically apply the permission to
sub-files/folders
  and also does not 'touch' every file on the server.  I have tried
the
  following tools, but ran into the issues noted:
 
  Cacls - Does not support Read Attributes permission.  Does not
 allow
  inheritance to be specified.  However, cacls only modifies ACLs on
 the
  specified root drive and nothing more, so performance is very quick.
 
  Xcacls.vbs - Supports Read Attributes permission, and allows for
  proper control over inheritance.  However, when setting the
 permission,
  this tool enumerates every single file on the drive, making the
 process
  extremely slow.
 
  Setacl.exe - Supports read attributes permission, and allows for
  proper control over inheritance.  Unfortunately, it doesn't seem to
 set
  permissions properly on the root of a drive.
 
  FileACL.exe - Supports read attributes permission, and allows for
  proper control over inheritance. However, when setting the
 permission,
  this tool enumerates every single file on the drive, making the
 process
  extremely slow.
 
  Xcacls.exe - Does not support read attributes permission, and
seems
  to insert ACE entries in a non-supported manner on Windows 2003
  servers.
 
  Dacl.vbs - Does not support read attributes permission.
 
  Is anyone aware of any other tools available?
 
  Thanks!
  -
  Jay Sudowski // Handy Networks LLC
  Director of Technical Operations
  Providing Shared, Reseller, Semi Managed and Fully Managed Windows
 2003
  Hosting Solutions
  Tel: 877-70 HANDY x882 |  Fax: 888-300-2FAX www.handynetworks.com
 
 
 
  ---
  This E-mail came from the Declude.JunkMail mailing list.  To
  unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
  unsubscribe Declude.JunkMail.  The archives can be found at
  http://www.mail-archive.com.
 
 
 
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 
 
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 





---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.




---
This E-mail came from the 

[Declude.JunkMail] How is a message score passed to SmarterMail?

2006-07-27 Thread Mark Strother
Could someone explain to me how the message score is passed to
SmarterMail? 

I would like to set up a SmarterMail server, running Declude, as a
gateway for our mail. The problem with this setup is, in my tests,
SmarterMail doesn't recognize the Declude scores when they are a
generated on another server. This means that users wouldn't be able to
configure their own rules such as delete mail if the score is 20.

Is there anyway I can run Declude on my gateway server and pass the
score to SmarterMail on another server? I just want to tag the messages
on the gateway machine and then let users set custom actions using the
SmarterMail interface.

Any thoughts would be appreciated!

 Mark


---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



RE: [Declude.JunkMail] How is a message score passed to SmarterMail?

2006-07-27 Thread Kevin Bilbee
It is passed int the .hdr file.


Kevin Bilbee

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of Mark Strother
 Sent: Thursday, July 27, 2006 9:03 PM
 To: declude.junkmail@declude.com
 Subject: [Declude.JunkMail] How is a message score passed to 
 SmarterMail?
 
 
 Could someone explain to me how the message score is passed 
 to SmarterMail? 
 
 I would like to set up a SmarterMail server, running Declude, 
 as a gateway for our mail. The problem with this setup is, in 
 my tests, SmarterMail doesn't recognize the Declude scores 
 when they are a generated on another server. This means that 
 users wouldn't be able to configure their own rules such as 
 delete mail if the score is 20.
 
 Is there anyway I can run Declude on my gateway server and 
 pass the score to SmarterMail on another server? I just want 
 to tag the messages on the gateway machine and then let users 
 set custom actions using the SmarterMail interface.
 
 Any thoughts would be appreciated!
 
  Mark
 
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To 
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and 
 type unsubscribe Declude.JunkMail.  The archives can be 
 found at http://www.mail-archive.com.
 
 



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.