Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ${if or {{exists{${acl_m1_home}/.spamd/ip.whitelist}{${if match_ip{$sender_host_address}{iplsearch;$acl_m1_home/.spamd/ip.whitelist}{yes}{no}}}{no}}{eq{$sender_address_local_part}{postmaster}{yes}{no}}{eq{$sender_address_local_part}{noreply}{yes}{no}}{eq{$sender_address_local_part}{no-reply}{yes}{no}}{eq{$sender_address_local_part}{no-reply}{yes}{no}}{eq{$sender_address_local_part}{no_reply}{yes}{no}}}}
- Prettified(best as I could get it, since the code editors I use screw the above up badly):
- ${if
- or{
- {exists
- {$
- {acl_m1_home
- }/.spamd/ip.whitelist
- }
- {$
- {if
- match_ip
- {$sender_host_address
- }
- {iplsearch;$acl_m1_home/.spamd/ip.whitelist
- }
- {yes
- }
- {no
- }
- }
- }
- {no
- }
- }
- {eq
- {$sender_address_local_part
- }
- {postmaster
- }
- {yes
- }
- {no
- }
- }
- {eq
- {$sender_address_local_part
- }
- {noreply
- }
- {yes
- }
- {no
- }
- }
- {eq
- {$sender_address_local_part
- }
- {no-reply
- }
- {yes
- }
- {no
- }
- }
- {eq
- {$sender_address_local_part
- }
- {no-reply
- }
- {yes
- }
- {no
- }
- }
- {eq
- {$sender_address_local_part
- }
- {no_reply
- }
- {yes
- }
- {no
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment