[rt-users] mandatory subject

testwreq wreq testwreq at gmail.com
Tue Oct 5 13:17:29 EDT 2010


I meant don't create a ticket, if there's no subject.  I'd like bounce the
request back to sender asking to create it again with some subject.



On Tue, Oct 5, 2010 at 1:11 PM, Steve Anderson <
steve.anderson at bipsolutions.com> wrote:

> Depends what you mean by mandatory.
>
> If you mean a default, if the inbound email doesn't have a subject, should
> be possible to have a create scrip that sets the ticket's title, if it
> doesn't have one.
> Something like a scrip with the on create condition, then something like
> the following in the custom action cleanup. (not tested in any way)
>
> my $t_subject = $self->TicketObj->Subject;
> if ($t_subject eq ''){
> $self->TicketObj->SetSubject('No subject given');
> }
>
>  I'd probably set the stage to transactionbatch.
>
>
>
> If you mean don't create a ticket, if there's no subject, I'd suggest doing
> that with however you're getting the email into RT first. As long as you're
> running it through procmail, or an exim filter, or something like that.
> Otherwise, you'd need a scrip to send an email, and to close the ticket.
> Better not to create it in the first place.
>
>
>
> Steve Anderson.
>
> BiP Solutions Limited is a company registered in Scotland with Company
> Number SC086146 and VAT number 383030966 and having its registered
> office at Medius, 60 Pacific Quay, Glasgow, G51 1DZ.
>
>
> ****************************************************************************
> This e-mail (and any attachment) is intended only for the attention of
> the addressee(s). Its unauthorised use, disclosure, storage or copying
> is not permitted. If you are not the intended recipient, please destroy
> all copies and inform the sender by return e-mail.
> This e-mail (whether you are the sender or the recipient) may be
> monitored, recorded and retained by BiP Solutions Ltd.
> E-mail monitoring/ blocking software may be used, and e-mail content may
> be read at any time.You have a responsibility to ensure laws are not
> broken when composing or forwarding e-mails and their contents.
>
> ****************************************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20101005/d719f143/attachment.htm>


More information about the rt-users mailing list