http://bugzilla.spamassassin.org/show_bug.cgi?id=2479





------- Additional Comments From [EMAIL PROTECTED]  2004-01-13 15:40 -------
As you found out in system("app > file 2>&1 &") the redirection works but not
the backgrounding.

system("start app > file 2>&1") will background ok, even in XP. In fact, a
trailing & will be ignored so system("start app > file 2>&1 &") will background
ok too. So my trick of setting the environment variable SPAMD_SCRIPT to
something that begins with "start" is almost enough. (See spamd/README.Win that
Isubmitted)

Unfortunately, in system("start app > file 2>&1") the redirection does not work.

That's why I added an option to spamd to replace the need for using redirection.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to