<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — mail forwarding loop]]></title>
		<link>https://forum.iredmail.org/topic20483-mail-forwarding-loop.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic20483.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in mail forwarding loop.]]></description>
		<lastBuildDate>Mon, 01 Jul 2024 18:22:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: mail forwarding loop]]></title>
			<link>https://forum.iredmail.org/post89004.html#p89004</link>
			<description><![CDATA[<p>Untested sieve script for both mailboxes:</p><div class="codebox"><pre><code>require &quot;copy&quot;;

if address :is &quot;X-Delivered-To&quot; &quot;user@abc.com&quot; {
  redirect :copy &quot;user@xyz.com&quot;;
  stop;
} elsif address :is &quot;X-Delivered-To&quot; &quot;user@xyz.com&quot; {
  redirect :copy &quot;user@abc.com&quot;;
  stop;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Cthulhu)]]></author>
			<pubDate>Mon, 01 Jul 2024 18:22:38 +0000</pubDate>
			<guid>https://forum.iredmail.org/post89004.html#p89004</guid>
		</item>
		<item>
			<title><![CDATA[mail forwarding loop]]></title>
			<link>https://forum.iredmail.org/post89002.html#p89002</link>
			<description><![CDATA[<p>hello</p><p>using iredmail pro</p><p>we are trying to forward emails between two email ids</p><p>sample forwarding settings<br />if any email comes to user@abc.com then the same is to forwarded to user@xyz.com and<br />if any email comes to user@xyz.com then the same is to forwarded to user@abc.com</p><p>this causes a back and forth loop.</p><p>is there some way to prevent this by having a single email delivery only.</p><p>thanks<br />rajesh</p>]]></description>
			<author><![CDATA[null@example.com (RajeshM)]]></author>
			<pubDate>Mon, 01 Jul 2024 16:17:12 +0000</pubDate>
			<guid>https://forum.iredmail.org/post89002.html#p89002</guid>
		</item>
	</channel>
</rss>
