···52045204recipients are all from Germany, and who are known to your alias list.
52055205</para>
5206520652075207-<para>
52075207+<example id="ex-restrict-to-aliases">
52085208+<title>Matching restricted to aliases</title>
52085209<screen>
52095210^@~C \.de$
52105211</screen>
52115211-</para>
52125212+</example>
5212521352135214<para>
52145215To match any defined alias, use a regular expression that matches any
52155216string. This example matches messages whose senders are known aliases.
52165217</para>
5217521852185218-<para>
52195219+<example id="ex-match-alias">
52205220+<title>Matching any defined alias</title>
52195221<screen>
52205222@~f .
52215223</screen>
52225222-</para>
52245224+</example>
5223522552245226</sect2>
52255227