[Declude.JunkMail] Running Declude from another program

2005-05-06 Thread David Hayes-Moats
I know I asked this question earlier, I'm still having the same problem. I created a program that that needs to run before Declude. It looks at the message and then either moves it to another directory or passes it on to Declude to process. On my test machine (no Declude) I can do this

Re: [Declude.JunkMail] Running Declude from another program

2005-05-06 Thread Matt
I really, really don't think you want to do this. Declude is rather sophisticated and it's not likely that you can build a stable in-process interface with IMail. Check out the following page for just a hint at one aspect of what Declude does that IMail doesn't even handle well: IMail's SMTP

Re: [Declude.JunkMail] Running declude from another program

2005-04-12 Thread David Hayes-Moats
: John Tolmachoff (Lists) To: Declude.JunkMail@declude.com Sent: Monday, April 11, 2005 8:27 PM Subject: RE: [Declude.JunkMail] Running declude from another program It is a command line. “declude filenameofmessagetobescanned” John T eServices For You

[Declude.JunkMail] Running declude from another program

2005-04-11 Thread David Hayes-Moats
Does anybody know if you have to do something special to call declude from another program? I need to run a program before declude is run. David

RE: [Declude.JunkMail] Running declude from another program

2005-04-11 Thread Colbeck, Andrew
@declude.comSubject: [Declude.JunkMail] Running declude from another program Does anybody know if you have to do something special to call declude from another program? I need to run a program before declude is run. David

Re: [Declude.JunkMail] Running declude from another program

2005-04-11 Thread Matt
David, This is a can of worms if you don't lock the files and hand things off gracefully. Declude is called by IMail with a single argument being Dsame_as_Q_file.same_extension_as_Q_file (http://support.ipswitch.com/kb/IM-2517-DM01.htm). Declude also has a DAISYCHAIN mechanism that you

Re: [Declude.JunkMail] Running declude from another program

2005-04-11 Thread Pete McNeil
On Monday, April 11, 2005, 5:15:59 PM, David wrote: DHM Does anybody know if you have to do something special to DHM call declude from another program?  I need to run a program DHM before declude is run. I'm pretty sure that you can get away with this as long as your program is thin enough,

RE: [Declude.JunkMail] Running declude from another program

2005-04-11 Thread John Tolmachoff \(Lists\)
: [Declude.JunkMail] Running declude from another program Does anybody know if you have to do something special to call declude from another program? I need to run a program before declude is run. David