<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=AutoReplyWithoutQueueNameOrDescription</id>
	<title>AutoReplyWithoutQueueNameOrDescription - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=AutoReplyWithoutQueueNameOrDescription"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=AutoReplyWithoutQueueNameOrDescription&amp;action=history"/>
	<updated>2026-08-22T02:16:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=AutoReplyWithoutQueueNameOrDescription&amp;diff=261&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=AutoReplyWithoutQueueNameOrDescription&amp;diff=261&amp;oldid=prev"/>
		<updated>2016-04-06T20:03:17Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When using the FriendlyFromLineFormat sometimes the Queue Description or Name will be used in the From line when an auto reply is sent out. In order to change this to the realname of the ticket creator, you have to apply the following patch. This is tested with 3.8.7:&lt;br /&gt;
&lt;br /&gt;
 --- lib/RT/Action/Autoreply.pm.org      2010-02-08 17:14:59.000000000 +0100&lt;br /&gt;
 +++ lib/RT/Action/Autoreply.pm  2010-02-08 17:15:19.000000000 +0100&lt;br /&gt;
 @@ -100,8 +100,8 @@&lt;br /&gt;
      my $friendly_name;&lt;br /&gt;
 &lt;br /&gt;
         if (RT-&amp;amp;gt;Config-&amp;amp;gt;Get(&amp;#039;UseFriendlyFromLine&amp;#039;)) {&lt;br /&gt;
 -           $friendly_name = $self-&amp;amp;gt;TicketObj-&amp;amp;gt;QueueObj-&amp;amp;gt;Description ||&lt;br /&gt;
 -                   $self-&amp;amp;gt;TicketObj-&amp;amp;gt;QueueObj-&amp;amp;gt;Name;&lt;br /&gt;
 +           $friendly_name = $self-&amp;amp;gt;TransactionObj-&amp;amp;gt;CreatorObj-&amp;amp;gt;RealName ||&lt;br /&gt;
 +                   $self-&amp;amp;gt;TransactionObj-&amp;amp;gt;CreatorObj-&amp;amp;gt;Name;&lt;br /&gt;
         }&lt;br /&gt;
 &lt;br /&gt;
      $self-&amp;amp;gt;SUPER::SetReturnAddress( @_, friendly_name =&amp;amp;gt; $friendly_name ); }}}&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Along with&lt;br /&gt;
&lt;br /&gt;
Set($[[FriendlyFromLineFormat]] , &amp;quot;\&amp;quot;My Text %s\&amp;quot; &amp;amp;lt;%s&amp;amp;gt;&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
this will give you a from line &amp;#039;&amp;quot;My Text Name&amp;quot; &amp;amp;lt;email&amp;amp;gt;&amp;#039; instead of &amp;#039;&amp;quot;My Text Queue Description&amp;quot; &amp;amp;lt;email&amp;amp;gt;&amp;#039; for example.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>