# Whitelist in SpamAssassin If you're utilizing SpamAssassin's spam filtering, you can whitelist CyTech to allow our simulated phishing test emails and training notifications through to your end users. Although there is typically not an interface for SpamAssassin, you can edit your custom SpamAssassin config file to add rules allowing CyTech's emails through–based on the header and IP address of the phishing tests. --- #### **Setup** The instructions below are for a third-party software. If you run into issues whitelisting CyTech in SpamAssassin, we recommend reaching out to SpamAssassin for specific instructions. You can also contact our support team whenever you need assistance. Below you can see the rules you'll want to add. Please make sure to substitute the text in red with our IP addresses. **Note:** Contact CyTech for the list of IPs. **Important:** This rule set contains lines for both US and EU IP addresses, you'll only need to include the IPs for the server where your account resides.
header \_\_CyTech\_HEADER X-PHISHTEST =~ /\\bCyTech\\b/iheader \_\_CyTech\_RCVD\_US\_001 Received =~ /\\\[xx\\.xx\\.xxx\\.xxx\\\]/header \_\_CyTech\_RCVD\_US\_002 Received =~ /\\\[xx\\.xx\\.xxx\\.xxx\\\]/header \_\_CyTech\_RCVD\_US\_003 Received =~ /\\\[xx\\.xxx\\.xxx\\.xxx\\\]/meta \_\_CyTech\_RCVD\_US (\_\_CyTech\_RCVD\_US\_001 || \_\_CyTech\_RCVD\_US\_002 || \_\_CyTech\_RCVD\_US\_003) header \_\_CyTech\_RCVD\_EU\_001 Received =~ /\\\[xx\\.xx\\.xxx\\.xxx\\\]/header \_\_CyTech\_RCVD\_EU\_002 Received =~ /\\\[xx\\.xx\\.xxx\\.xxx\\\]/header \_\_CyTech\_RCVD\_EU\_003 Received =~ /\\\[xxx\\.xxx\\.xxx\\.xxx\\\]/meta \_\_CyTech\_RCVD\_EU (\_\_CyTech\_RCVD\_EU\_001 || \_\_CyTech\_RCVD\_EU\_002 || \_\_CyTech\_RCVD\_EU\_003) meta CyTech (\_\_CyTech\_HEADER && (\_\_CyTech\_RCVD\_US || \_\_CyTech\_RCVD\_EU)) describe CyTech Mail is from CyTechscore CyTech -20.0 |