When I tried to create an account, I got this error: Bugzilla has suffered an internal error. Please save this page and send it to [email protected] with details of what you were doing at the time this message appeared.
URL: http://bugs.ledger-cli.org/createaccount.cgi?login=ethan.glasser.camp%40gmail.com&token=1357412266-023efe6437b200f493bcfa684185ab57 There was an error sending mail from 'bugzilla-daemon' to ' [email protected]': error when closing pipe to /usr/lib/sendmail: Traceback: at Bugzilla/Mailer.pm line 190 Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Token.pm line 91 Bugzilla::Token::issue_new_user_account_token(...) called at Bugzilla/User.pm line 2009 Bugzilla::User::check_and_send_account_creation_confirmation(...) called at /srv/bugzilla/createaccount.cgi line 55 On Sat, Jan 5, 2013 at 12:22 AM, John Wiegley <[email protected]> wrote: > >>>>> Ethan <[email protected]> writes: > > > I think either the two things should be unified or a bigger distinction > > should be drawn between them in the documentation. I spent an awful lot > of > > time trying to use has_tag in an automated expression without luck. In > > particular, when I tried: > > Query expressions are just a shorthand form for value expressions. If you > type "ledger query QUERY", it will show you what the equivalent value > expression would be. An in general, starting a query expression with > "expr" > should by-pass the query expression parser, and drop you down into the full > value expression language. > > >> = expr has_tag("TAG") > > Error: Invalid token '<end of input>' (wanted ')') > > Hmm.. this seems like a bug to me! Would you mind entering it into > Bugzilla? > http://bugs.ledger-cli.org. Thanks. > > > And without expr, it doesn't match anything. > > I think %TAG is the query expression form for what you're trying to do. > > John >
