[rt-users] rt-crontool notification problem

Andy Harrison aharrison at gmail.com
Mon Nov 15 15:36:01 EST 2004


I'm trying to get notifications working and I've been reading this
page for info.
http://wiki.bestpractical.com/index.cgi?TimedNotifications

No matter what I do, I come up with the 'unexpected end of header'
error in the rt.log.  I see no reason why though.  After a variety of
attempts, here is the template, cut and pasted:

-----------------------
Subject: { Ticket->Id } unowned after 48 hours!
RT-Send-Cc: address at example.com

The ticket { Ticket->Id } has been unowned for 2 days now.  Get busy.
-----------------------

No leading empty line.  Definite empty line after my additional header fields.

Just for kicks I also tried putting in a template that I know to be
working and I get the same 'unexpected end of header' error.

Here is my rt-crontool line command.

./rt-crontool --verbose --search RT::Search::FromSQL --search-arg
"Queue = 38 AND Status != 'resolved' AND Status != 'rejected' and due
< 1000 " --action RT::Action::RecordComment --template NoDueDate


FreeBSD 4.10-RELEASE-p3 #6
perl-5.8.5
DBIx::SearchBuilder-1.12
rt-3.2.2

-- 
Andy Harrison



More information about the rt-users mailing list