<?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=ProcmailRecipes</id>
	<title>ProcmailRecipes - 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=ProcmailRecipes"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ProcmailRecipes&amp;action=history"/>
	<updated>2026-08-21T20:15:56Z</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=ProcmailRecipes&amp;diff=2664&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=ProcmailRecipes&amp;diff=2664&amp;oldid=prev"/>
		<updated>2016-04-06T20:20:30Z</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;= ProcmailRecipes =&lt;br /&gt;
&lt;br /&gt;
Here are a few useful procmail recipes you can use in your RT configuration.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#Remove mail from Galaxy@email.com&lt;br /&gt;
 :0&lt;br /&gt;
 * ? formail -x&amp;quot;From&amp;quot; -x&amp;quot;From:&amp;quot; -x&amp;quot;Reply-To:&amp;quot; -x&amp;quot;Errors-To:&amp;quot;\&lt;br /&gt;
    | egrep -i &amp;quot;Galaxy@email.com&amp;quot;&lt;br /&gt;
 /dev/null&lt;br /&gt;
 &lt;br /&gt;
 #Change the from header to a real RT user&lt;br /&gt;
 :0 fhw&lt;br /&gt;
 * ? formail -x&amp;quot;From&amp;quot; -x&amp;quot;From:&amp;quot; -x&amp;quot;Reply-To:&amp;quot; -x&amp;quot;Errors-To:&amp;quot; | egrep -i &amp;quot;rt.username@hotmail.com&amp;quot;&lt;br /&gt;
 |formail -I &amp;quot;From: rtusername@realdomain.com&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 #Add the big tag in front of the subject&lt;br /&gt;
 :0 fhw&lt;br /&gt;
 * ^Subject:\/.*&lt;br /&gt;
 | formail -I &amp;quot;Subject: {* -BIG- *} $MATCH&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recipe Requests =&lt;br /&gt;
&lt;br /&gt;
-Redirect or bounce an email message via procmail. (our exchange users do not have permissions to re-direct via outlook)&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>