コード例 #1
0
ファイル: mail.php プロジェクト: ASDAFF/1C_Bitrix_info_site
	function MarkAsSpam($message, $bIsSPAM = true)
	{
		return CMailFilter::SpamAction($message, $bIsSPAM);
	}