On Sun, Oct 12, 2003 at 01:48:14PM -0400, russ wrote: > OK, I think you do have a good point. I just need to figure out how get > around that issue. As of now a message from sqwebmail is run through > qmail-filter - into qmail-scanner-queue.pl and then into qmail-inject. > Therefore, it does not get the FROM: RECEPT: until it gets to > qmail-inject. That makes sense!!
Huh? You are calling qmail-scanner-queue.pl *before qmail-inject??? Why? Assuming that sqwebmail is some Webmail interface, and you want to do some post-processing of the mail before sending it, then why are you using qmail-filter? It's meant to be called by qmail-smtpd - not by some user-process... Why not dump your mail into "shellscript.sh", do the processing in that, and then drop that into qmail-inject, with QMAILQUEUE defined in order to call Q-S? -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
