<rules name="Transport"><rule name="SpamDetection" comments="Redirects tagged Spam to the Junk-EMail-Folder">
	<condition>
		<and>
			<true />
			<matches property="Message.Subject">
				<value>[SPAM ?]</value>
			</matches>
			<not>
				<or>
					<and>
						<not>
							<is property="Message.Auth">
								<value>&lt;&gt;</value>
							</is>
						</not>
						<isInternal property="Message.From" />
					</and>
				</or>
			</not>
		</and>
	</condition>
	<action name="SetHeader">
		<argument value="X-MS-Exchange-Organization-SCL" />
		<argument value="9" />
	</action>
</rule></rules>
