On Fri, 30 Sep 2011 20:48:39 -0500 "Conrad J. Sabatier" <[email protected]> wrote:
> On Fri, 30 Sep 2011 20:31:36 -0500 > "Conrad J. Sabatier" <[email protected]> wrote: > > > On Fri, 30 Sep 2011 18:16:17 -0600 (MDT) > > Warren Block <[email protected]> wrote: > > > > > On Fri, 30 Sep 2011, Conrad J. Sabatier wrote: > > > > > > > > Just one problem: on each invocation of maildrop, the logfile is > > > > being overwritten, rather than appended to. [snip] Doh! I just realized what was causing the log to be overwritten. When I was first setting up and testing my .mailfilter file, I put the following in my .forward file: "|exec /usr/local/bin/maildrop 2>Mail/maildrop.log || exit 75" Changing the redirection operator to ">>", of course, solved the problem. Sheesh, I feel almost as dumb as the author(s) of "Bumblebee". :-) Conrad, giving himself a well-deserved palm-whack on the forehead -- Conrad J. Sabatier [email protected]"|exec /usr/local/bin/maildrop 2>Mail/maildrop.log || exit 75" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
