[rt-users] RT 2.0.9 rt-mailgate error in DBIx::SearchBuilder::Handle.pm

Jesse Vincent jesse at bestpractical.com
Fri Nov 16 14:42:44 EST 2001


>     `echo @bind_values :: $QueryString | mailx annis`;    # help me!

@bind_values, in this case, is likely just *, which your shell escape
is interpreting as "echo *", a convenient way to list files in a directory.


>     unless ($sth->execute(@bind_values)) {
> 	if ($DEBUG) {
> 	    die "$self couldn't execute the query '$QueryString'" . 
> 	      $self->dbh->errstr . "\n";
> 	    
> 	}
> 
> Now, I get several pieces of email when I send something to the
> general queue.  The last one I get, however, looks like this, and I
> have to believe something is very wrong with it:
> 
> ----------------------------------------------------------------------
> Date: Fri, 16 Nov 2001 13:18:41 -0600 (CST)
> From: daemon at biostat.wisc.edu
> To: annis at biostat.wisc.edu
> 
> annis at biostat.wisc.edu :: SELECT TT_DB bin dev devices direct etc export home kernel lib loc local lost+found mnt net opt platform proc s s-arch sbin tmp tools u usr var vol xfn FROM Users WHERE EmailAddress = s u
> 
> ----------------------------------------------------------------------
> 
> Where in the world is the SELECT call getting a full listing of /
> from?
> 
> --
> wm
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
http://www.bestpractical.com/products/rt  -- Trouble Ticketing. Free.




More information about the rt-users mailing list