Re: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread R. Scott Perry

I'm writing my own external program to compare domain names.
I need to pass the %REVDNS% parameter with quotes around it due to 
possible spaces in it.
Is this possible?
No, it is not possible, since the entire command line needs to be quoted.
However, as Kevin pointed out, reverse DNS entries should never have a 
space in them.

   -Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers 
since 2000.
Declude Virus: Ultra reliable virus detection and the leader in mailserver 
vulnerability detection.
Find out what you've been missing: Ask for a free 30-day evaluation.


This outgoing message is guaranteed to be authentic by Message Level users.
Guarantee the authenticity of your email @ http://www.messagelevel.com.
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.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] external program with quotes....

2005-01-11 Thread Matt




Scott,

Quotes won't work because Declude will use them instead of passing them
to the script (quite unfortunate).

You need to come up with a difference delimiter if you do this,
something like single quotes. Then construct a loop to keep adding
values from the space delimited Arguments until it reaches a string
with an ending quote.

Matt



Scott Fisher wrote:

  
  
  
  I'm writing my own external program
to compare domain names.
  I need to pass the %REVDNS%
parameter with quotes around it due to possible spaces in it.
  Is this possible?
  
  
  Will this work?
  MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440
REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 0
  


-- 
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=




RE: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread Andy Schmidt
Title: Message



Hi 
Scott:

Assuming you have a good reason to expect spaces in the 
RDNS(if one managed to squeezea spaceinto their DNS server 
somehow, it would be invalid anyway!) - why not use a different delimiter? 
You can use single quote orany delimiting character that is NOT a valid 
character for FQDNs?
Best 
RegardsAndy SchmidtPhone: +1 201 934-3414 x20 
(Business)Fax: +1 201 934-9206 

  Scott Fisher 
  wrote: 
  



I'm writing my own external program to compare 
domain names.
I need to pass the %REVDNS% parameter with 
quotes around it due to possible spaces in it.
Is this possible?


Will this work?
MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 
REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 
0


Re: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread Scott Fisher
Title: Message



I agree. But the %REVDNS% variable may contain [No 
Reverse DNS] which contains spaces...

  - Original Message - 
  From: 
  Kevin Bilbee 
  To: Declude.JunkMail@declude.com 
  
  Sent: Monday, January 10, 2005 10:19 
  PM
  Subject: RE: [Declude.JunkMail] external 
  program with quotes
  
  Reverse dns should never have spaces in it.
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Scott 
FisherSent: Monday, January 10, 2005 7:22 PMTo: Declude.JunkMail@declude.comSubject: 
[Declude.JunkMail] external program with quotes
I'm writing my own external program to compare 
domain names.
I need to pass the %REVDNS% parameter with 
quotes around it due to possible spaces in it.
Is this possible?


Will this work?
MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 
REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 
0


Re: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread Matt
Title: Message




Declude substitutes values for invalid lookups in the %REVDNS% variable
that can contain spaces.

Matt



Andy Schmidt wrote:

  
  
  
  Hi Scott:
  
  Assuming you have a good reason to expect
spaces in the RDNS(if one managed to squeezea spaceinto their DNS
server somehow, it would be invalid anyway!) - why not use a different
delimiter? You can use single quote orany delimiting character that
is NOT a valid character for FQDNs?
  
  Best Regards
  Andy Schmidt
  
  Phone: +1 201 934-3414 x20
(Business)
Fax: +1 201 934-9206 
   
Scott Fisher wrote:

  
  
  I'm writing my own external
program to compare domain names.
  I need to pass the %REVDNS%
parameter with quotes around it due to possible spaces in it.
  Is this possible?
  
  
  Will this work?
  MR-MATCHING external 11
"D:\IMail\Declude\FPFilters\vbs\FRDNS.exe
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440
REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 0
  

  


-- 
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=




RE: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread Chase Seibert


Try:
 


MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=\%REVDNS%\ 
FROM=%MAILFROM% 0 0


I believe I have a rule that uses \, and it works.



 -Chase

Chase Seibert |  Network and Systems Engineer |  Bullhorn Inc.  |  617.464.2440 
x119  |  www.bullhorn.com


 
-Original Message-
From:Scott Fisher [EMAIL PROTECTED] 
To: Declude.JunkMail@declude.com ;
Sent: Jan 11, 2005 09:34:47 AM
Subject: Re: [Declude.JunkMail] external program with quotes


I agree. But the %REVDNS% variable may contain [No Reverse DNS] which contains 
spaces...

- Original Message - 
From: Kevin Bilbee 
To: Declude.JunkMail@declude.com 
Sent: Monday, January 10, 2005 10:19 PM
Subject: RE: [Declude.JunkMail] external program with quotes




Reverse dns should never have spaces in it.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fisher
Sent: Monday, January 10, 2005 7:22 PM
To: Declude.JunkMail@declude.com
Subject: [Declude.JunkMail] external program with quotes



I'm writing my own external program to compare domain names.

I need to pass the %REVDNS% parameter with quotes around it due to possible 
spaces in it.

Is this possible?

 



Will this work?


MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=%REVDNS% 
FROM=%MAILFROM% 0 0


Re: [Declude.JunkMail] external program with quotes....

2005-01-11 Thread Matt
My experience was that Declude uses the first two sets of quotes, 
regardless of switches.  There is no special handling for such things.

Matt

Chase Seibert wrote:
Try:

MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=\%REVDNS%\ 
FROM=%MAILFROM% 0 0
I believe I have a rule that uses \, and it works.

-Chase
Chase Seibert |  Network and Systems Engineer |  Bullhorn Inc.  |  617.464.2440 
x119  |  www.bullhorn.com

-Original Message-
From:Scott Fisher [EMAIL PROTECTED] 
To: Declude.JunkMail@declude.com ;
Sent: Jan 11, 2005 09:34:47 AM
Subject: Re: [Declude.JunkMail] external program with quotes

I agree. But the %REVDNS% variable may contain [No Reverse DNS] which 
contains spaces...
- Original Message - 
From: Kevin Bilbee 
To: Declude.JunkMail@declude.com 
Sent: Monday, January 10, 2005 10:19 PM
Subject: RE: [Declude.JunkMail] external program with quotes


Reverse dns should never have spaces in it.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fisher
Sent: Monday, January 10, 2005 7:22 PM
To: Declude.JunkMail@declude.com
Subject: [Declude.JunkMail] external program with quotes

I'm writing my own external program to compare domain names.
I need to pass the %REVDNS% parameter with quotes around it due to possible 
spaces in it.
Is this possible?


Will this work?
MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe PATH=d:\IMail\declude\FPFilters 
LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=%REVDNS% FROM=%MAILFROM% 0 0
 

--
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.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] external program with quotes....

2005-01-11 Thread Chase Seibert


Here is the exact rule I have:
 
SPAMASSASSIN  external nonzero C:\Apps\CheckSpamAssassin\executePipe.exe -e -c 
C:\Apps\CheckSpamAssassin\spamassassin.exe -a \-e -L\ -f  7 0 
 
This executes executePipe.exe with the argument -a -e -L correctly.

 

 -Chase

Chase Seibert |  Network and Systems Engineer |  Bullhorn Inc.  |  617.464.2440 
x119  |  www.bullhorn.com


 
-Original Message-
From:Matt [EMAIL PROTECTED] 
To: Declude.JunkMail@declude.com ;
Sent: Jan 11, 2005 10:04:03 AM
Subject: Re: [Declude.JunkMail] external program with quotes
My experience was that Declude uses the first two sets of quotes, 
regardless of switches. There is no special handling for such things. 

Matt 



Chase Seibert wrote: 

Try: 
 
 
 
MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 
REVDNS=\%REVDNS%\ FROM=%MAILFROM% 0 0 
 
 
I believe I have a rule that uses \, and it works. 
 
 
 
 -Chase 
 
Chase Seibert | Network and Systems Engineer | Bullhorn Inc. | 617.464.2440 
x119 | www.bullhorn.com 
 
 
 
-Original Message- 
From:Scott Fisher [EMAIL PROTECTED] 
To: Declude.JunkMail@declude.com ; 
Sent: Jan 11, 2005 09:34:47 AM 
Subject: Re: [Declude.JunkMail] external program with quotes 
 
 
I agree. But the %REVDNS% variable may contain [No Reverse DNS] which contains 
spaces... 
 
- Original Message - 
From: Kevin Bilbee 
To: Declude.JunkMail@declude.com 
Sent: Monday, January 10, 2005 10:19 PM 
Subject: RE: [Declude.JunkMail] external program with quotes 
 
 
 
 
Reverse dns should never have spaces in it. 
 
 
 
-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fisher 
Sent: Monday, January 10, 2005 7:22 PM 
To: Declude.JunkMail@declude.com 
Subject: [Declude.JunkMail] external program with quotes 
 
 
 
I'm writing my own external program to compare domain names. 
 
I need to pass the %REVDNS% parameter with quotes around it due to possible 
spaces in it. 
 
Is this possible? 
 
 
 
 
 
Will this work? 
 
 
MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 
REVDNS=%REVDNS% FROM=%MAILFROM% 0 0 
 
 
 

-- 
= 
MailPure custom filters for Declude JunkMail Pro. 
http://www.mailpure.com/software/ 
= 

--- 
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.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] external program with quotes.... topic change

2005-01-11 Thread Nick
On 11 Jan 2005 at 10:09, Chase Seibert wrote:

Hi Chase - 

Would you elaborate on spamassassin.exe?

I use Sandy's SPAMC32.exe utility to run Spamassassin - I am not 
familiar with the port you appear to be using however - 

Thanks!

-Nick


From:   Chase Seibert [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Subject:RE: [Declude.JunkMail] external program with quotes
Date sent:  11 Jan 2005 10:09:28 -0500
Send reply to:  Declude.JunkMail@declude.com

 
 
 Here is the exact rule I have:
 
 SPAMASSASSIN  external nonzero
 C:\Apps\CheckSpamAssassin\executePipe.exe -e -c
 C:\Apps\CheckSpamAssassin\spamassassin.exe -a \-e -L\ -f  7 0 
 
 This executes executePipe.exe with the argument -a -e -L correctly.
 
 
 
  -Chase
 
 Chase Seibert |  Network and Systems Engineer |  Bullhorn Inc.  | 
 617.464.2440 x119  |  www.bullhorn.com
 
 
 
 -Original Message-
 From:Matt [EMAIL PROTECTED] 
 To: Declude.JunkMail@declude.com ;
 Sent: Jan 11, 2005 10:04:03 AM
 Subject: Re: [Declude.JunkMail] external program with quotes
 My experience was that Declude uses the first two sets of quotes,
 regardless of switches. There is no special handling for such things. 
 
 Matt 
 
 
 
 Chase Seibert wrote: 
 
 Try: 
  
  
  
 MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe
 PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440
 REVDNS=\%REVDNS%\ FROM=%MAILFROM% 0 0 
  
  
 I believe I have a rule that uses \, and it works. 
  
  
  
  -Chase 
  
 Chase Seibert | Network and Systems Engineer | Bullhorn Inc. |
 617.464.2440 x119 | www.bullhorn.com 
  
  
  
 -Original Message- 
 From:Scott Fisher [EMAIL PROTECTED] 
 To: Declude.JunkMail@declude.com ; 
 Sent: Jan 11, 2005 09:34:47 AM 
 Subject: Re: [Declude.JunkMail] external program with quotes 
  
  
 I agree. But the %REVDNS% variable may contain [No Reverse DNS] which
 contains spaces... 
  
 - Original Message - 
 From: Kevin Bilbee 
 To: Declude.JunkMail@declude.com 
 Sent: Monday, January 10, 2005 10:19 PM 
 Subject: RE: [Declude.JunkMail] external program with quotes 
  
  
  
  
 Reverse dns should never have spaces in it. 
  
  
  
 -Original Message- 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fisher
  Sent: Monday, January 10, 2005 7:22 PM To:
 Declude.JunkMail@declude.com Subject: [Declude.JunkMail] external
 program with quotes 
  
  
  
 I'm writing my own external program to compare domain names. 
  
 I need to pass the %REVDNS% parameter with quotes around it due to
 possible spaces in it. 
  
 Is this possible? 
  
  
  
  
  
 Will this work? 
  
  
 MR-MATCHING external 11 D:\IMail\Declude\FPFilters\vbs\FRDNS.exe
 PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440
 REVDNS=%REVDNS% FROM=%MAILFROM% 0 0 
  
  
  
 
 -- 
 = 
 MailPure custom filters for Declude JunkMail Pro. 
 http://www.mailpure.com/software/ 
 = 
 
 --- 
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.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 was scanned for viruses by Declude Virus (http://www.declude.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] external program with quotes....

2005-01-11 Thread Matt




Another note...my issue was with CScript being used to call VBS files
and trying to insert quotes. I'm not sure if I tried this, but I gave
up after a few hours and worked around the issue by coding something in
the script to handle it. I don't know if this is unique to the CScript
environment when called from Declude, or if I even tried that
particular method. I'm not sure that CScript allows for switches of
this variety. I think that Scott does mostly VB executables, so I'm
guessing that his options and capabilities are different than mine in
this regard, and maybe even different from yours. I'm not sure what
determines how to parse the arguments out of such things, whether it is
executable specific, or something in the environment. That would be
nice to know if anyone does in fact know.

Thanks again,

Matt



Matt wrote:

  
If it works for you, then it should work for all. Thanks for sharing.
  
Matt
  
  
  
Chase Seibert wrote:
  
Here is the exact rule I have:
 
SPAMASSASSIN  external nonzero "C:\Apps\CheckSpamAssassin\executePipe.exe -e -c C:\Apps\CheckSpamAssassin\spamassassin.exe -a \"-e -L\" -f " 7 0 
 
This executes executePipe.exe with the argument -a "-e -L" correctly.

 

 -Chase

Chase Seibert |  Network and Systems Engineer |  Bullhorn Inc.  |  617.464.2440 x119  |  www.bullhorn.com


 
-Original Message-
From:Matt [EMAIL PROTECTED] 
To: "Declude.JunkMail@declude.com" ;
Sent: Jan 11, 2005 10:04:03 AM
Subject: Re: [Declude.JunkMail] external program with quotes
My experience was that Declude uses the first two sets of quotes, 
regardless of switches. There is no special handling for such things. 

Matt 



Chase Seibert wrote: 

  

  Try: 



MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=\"%REVDNS%\" FROM=%MAILFROM%" 0 0 


I believe I have a rule that uses \", and it works. 



-Chase 

Chase Seibert | Network and Systems Engineer | Bullhorn Inc. | 617.464.2440 x119 | www.bullhorn.com 



-Original Message- 
From:Scott Fisher [EMAIL PROTECTED] 
To: "Declude.JunkMail@declude.com" ; 
Sent: Jan 11, 2005 09:34:47 AM 
Subject: Re: [Declude.JunkMail] external program with quotes 


I agree. But the %REVDNS% variable may contain [No Reverse DNS] which contains spaces... 

- Original Message - 
From: Kevin Bilbee 
To: Declude.JunkMail@declude.com 
Sent: Monday, January 10, 2005 10:19 PM 
Subject: RE: [Declude.JunkMail] external program with quotes 




Reverse dns should never have spaces in it. 



-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Fisher 
Sent: Monday, January 10, 2005 7:22 PM 
To: Declude.JunkMail@declude.com 
Subject: [Declude.JunkMail] external program with quotes 



I'm writing my own external program to compare domain names. 

I need to pass the %REVDNS% parameter with quotes around it due to possible spaces in it. 

Is this possible? 





Will this work? 


MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 0 






  
  
  
  -- 
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=


-- 
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=




RE: [Declude.JunkMail] external program with quotes.... topic change

2005-01-11 Thread Chase Seibert

I was unaware that someone else had ported SPAMC. I just compiled SPAMD/C using ActivePerl's perl - exe tools and cygwin. Then I wrote executPipe.exe in C#, which just reads a file and passes it into the stdin of SPAMC. Works great. SPAMD is about 3-4 times faster than the straight non-daemonized version. However, I actually don't use it anymore. Even with those speed increases, it takes 25% of the processor on my dual 3Ghz servers under moderate load (100,000 msgs/day). 

I plan to offload SPAMD onto another machine at some point in the future, and resume using spamassassin. It's a pretty good filter, and customers love hearing we use it.


 -Chase
Chase Seibert| Network and Systems Engineer | Bullhorn Inc | 617.464.2440 x119 | www.bullhorn.com

-Original Message-From:Nick [EMAIL PROTECTED] To: "Declude.JunkMail@declude.com" <DECLUDE.JUNKMAIL@DECLUDE.COM>;Sent: Jan 11, 2005 10:45:42 AMSubject: RE: [DecludeJunkMail] external program with quotes topic changeOn 11 Jan 2005 at 10:09, Chase Seibert wrote: Hi Chase - Would you elaborate on spamassassin.exe? I use Sandy's SPAMC32.exe utility to run Spamassassin - I am not familiar with the port you appear to be using however - Thanks! -Nick From: Chase Seibert <[EMAIL PROTECTED]>To: Declude.JunkMail@declude.com Subject: RE: [Declude.JunkMail] external program with quotes Date sent: 11 Jan 2005 10:09:28 -0500 Send reply to: Declude.JunkMail@declude.comHere is the exact rule I have:   SPAMASSASSIN external nonzero  "C:\Apps\CheckSpamAssassin\executePipe.exe -e -c  C:\Apps\CheckSpamAssassin\spamassassin.exe -a \"-e -L\" -f " 7 0   This executes executePipe.exe with the argument -a "-e -L" correctly. -Chase   Chase Seibert | Network and Systems Engineer | Bullhorn Inc. |  617.464.2440 x119 | www.bullhorn.com -Original Message-  From:Matt [EMAIL PROTECTED]  To: "Declude.JunkMail@declude.com" ;  Sent: Jan 11, 2005 10:04:03 AM  Subject: Re: [Declude.JunkMail] external program with quotes...  My experience was that Declude uses the first two sets of quotes,  regardless of switches. There is no special handling for such things.   Matt Chase Seibert wrote:   Try:MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe  PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440  REVDNS=\"%REVDNS%\" FROM=%MAILFROM%" 0 0  I believe I have a rule that uses \", and it works. -ChaseChase Seibert | Network and Systems Engineer | Bullhorn Inc. |  617.464.2440 x119 | www.bullhorn.com-Original Message-  From:Scott Fisher [EMAIL PROTECTED]  To: "Declude.JunkMail@declude.com" ;  Sent: Jan 11, 2005 09:34:47 AM  Subject: Re: [Declude.JunkMail] external program with quotes...  I agree. But the %REVDNS% variable may contain [No Reverse DNS] which  contains spaces...- Original Message -  From: Kevin Bilbee  To: Declude.JunkMail@declude.com  Sent: Monday, January 10, 2005 10:19 PM  Subject: RE: [Declude.JunkMail] external program with quotes  Reverse dns should never have spaces in it.-Original Message-  From: [EMAIL PROTECTED]  [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fisher   Sent: Monday, January 10, 2005 7:22 PM To:  Declude.JunkMail@declude.com Subject: [Declude.JunkMail] external  program with quotesI'm writing my own external program to compare domain names.I need to pass the %REVDNS% parameter with quotes around it due to  possible spaces in it.Is this possible?Will this work?  MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe  PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440  REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 0 --  =  MailPure custom filters for Declude JunkMail Pro.  http://www.mailpure.com/software/  =   ---  [This E-mail was scanned for viruses by Declude Virus  (http://www.declude.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 was scanned for viruses by Declude Virus (http://www.declude.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[2]: [Declude.JunkMail] external program with quotes.... topic change

2005-01-11 Thread Sanford Whiteman
 I  was  unaware  that someone else had ported SPAMC.

Yep.

SPAMC32  has  _far_  more  options  than  SPAMC that make it ideal for
integration  with  Declude and which will cut down on your CPU use vs.
SPAMC.  Example: skip-if weight (-sw switch) will not scan the message
if the current Declude weight is already above a set threshold.

--Sandy



Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
e-mail: [EMAIL PROTECTED]

SpamAssassin plugs into Declude!
  http://www.mailmage.com/products/software/freeutils/SPAMC32/download/release/

Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases!
  
http://www.mailmage.com/products/software/freeutils/exchange2aliases/download/release/
  
http://www.mailmage.com/products/software/freeutils/ldap2aliases/download/release/

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.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: Re[2]: [Declude.JunkMail] external program with quotes.... topic change

2005-01-11 Thread Nick
On 11 Jan 2005 at 15:17, Sanford Whiteman wrote:

 SPAMC32  has  _far_  more  options  than  SPAMC that make it ideal for
 integration  with  Declude and which will cut down on your CPU use vs.
 SPAMC.
No arguments here. It works extremely well.

  Example: skip-if weight (-sw switch) will not scan the message
 if the current Declude weight is already above a set threshold.
I believe the line below  will do the same for any external test:
d:\windows\system32\cmd.exe /c if %WEIGHT% LSS 36 test
once agin I think from Sandy? - regardless it was off this list.

-Nick


 
 --Sandy
 
 
 
 Sanford Whiteman, Chief Technologist
 Broadleaf Systems, a division of
 Cypress Integrated Systems, Inc.
 e-mail: [EMAIL PROTECTED]
 
 SpamAssassin plugs into Declude!
   http://www.mailmage.com/products/software/freeutils/SPAMC32/download
   /release/
 
 Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail
 Aliases!
   http://www.mailmage.com/products/software/freeutils/exchange2aliases
   /download/release/
   http://www.mailmage.com/products/software/freeutils/ldap2aliases/dow
   nload/release/
 
 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.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 was scanned for viruses by Declude Virus (http://www.declude.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] external program with quotes....

2005-01-10 Thread Scott Fisher



I'm writing my own external program to compare 
domain names.
I need to pass the %REVDNS% parameter with quotes 
around it due to possible spaces in it.
Is this possible?


Will this work?
MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 REVDNS=""%REVDNS%"" 
FROM=%MAILFROM%" 0 0


RE: [Declude.JunkMail] external program with quotes....

2005-01-10 Thread Kevin Bilbee
Title: Message



Reverse dns should never have spaces in it.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  On Behalf Of Scott FisherSent: Monday, January 10, 2005 7:22 
  PMTo: Declude.JunkMail@declude.comSubject: 
  [Declude.JunkMail] external program with quotes
  I'm writing my own external program to compare 
  domain names.
  I need to pass the %REVDNS% parameter with quotes 
  around it due to possible spaces in it.
  Is this possible?
  
  
  Will this work?
  MR-MATCHING external 11 "D:\IMail\Declude\FPFilters\vbs\FRDNS.exe 
  PATH=d:\IMail\declude\FPFilters LOG=HIGH CW=%WEIGHT% SW=440 
  REVDNS=""%REVDNS%"" FROM=%MAILFROM%" 0 
0