KURAAKU Deibiddo <[EMAIL PROTECTED]> writes: > Tim Legant <[EMAIL PROTECTED]> wrote: > >> The tmda-filter program does not take a destination mailbox on the >> command line. Place it on a separate line after tmda-filter is run: > > it seems to work identically either way, but okay.
That's because you have DELIVERY set, which you note below but didn't state in your original message. With DELIVERY set to anything other than the default, the lines in your dot-qmail files *after* the call to tmda-filter will not be processed. >> | preline /opt/tmda/bin/tmda-filter >> | qbiff /home/mordeth/Mailbox >> /home/mordeth/Mailbox > > this works to trigger qbiff provided that DELIVERY is not set as a > variable in ~/.tmda/config (i had my mailbox defined there, based on > something i'd read, and this was preventing my previous attempts at > calling qbiff after the preline statement from working). This is true. If you set DELIVERY (when using qmail), tmda-filter will quit with an exit code of 99, telling qmail not to process any more of the dot-qmail file. With DELIVERY at the default setting, tmda-filter will return an exit code of 0, which tells qmail to continue processing the dot-qmail file. > but it's still triggering 2 messages: > > *** TO <mordeth> FROM <e-mail address> > Re: blah. > > *** TO <mordeth> FROM <e-mail address> > Re: blah. > > does anyone know how to fix this? Do these two messages show up at the same time, one right after the other? Or do they occur at different times? Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
