Menu

Use_of_Regular_Expression_in_ASSP

Anonymous

Most (all) fields are used as Regular Expressions inside of ASSP. However, if in the field description the term Regular Expression is used, this field can be used by the User with regular expressions. The regex have always is modifiers and are limited to 32 Chars for wildcard searches. (. converted to .{0,32}). All other fields cannot be used as regular expressions. They have only wildcards. ( converted to .{0,32}.

There are different types: - IP numbers IP ranges are defined as for example 182.82.10. (Simple definition, always possible) CIDR notation is accepted (182.82.10.0/24) if Net::CIDR::Lite is installed. Hyphenated ranges can be used (182.82.10.0-182.82.10.255) if Net::IP::Match::Regexp is installed. Text after the range (and before a numbersign) will be accepted as comment to be shown in a match. For example: 182.82.10.0/24 Yahoo #comment to be removed. acceptAllMail allowAdminConnectionsFrom allowProxyConnectionsFrom allowStatConnectionsFrom denySMTPConnectionsFrom denySMTPConnectionsFromAlways exportExtremeBlack ispip noBackSctrIP noDelay noHelo noLog noMsgID noPB noPBwhite noProcessingIPs noRBL noRWL noSRS noSpoofingCheck whiteListedIPs

- SL addresses They are called SL because they were first used for spamlover lists. Accepts specific addresses (user@domain.com), user parts (user) or entire domains (@domain.com) BounceSenders EmailAdmins EmailSenderNotOK EmailSenderOK InternalAddresses LocalAddresses_Flat MSGIDsigAddresses NullAddresses RejectTheseLocalAddresses SRSno atSpamLovers baysSpamHaters baysSpamLovers baysTestModeUserAddresses blSpamLovers bombSpamLovers ccHamFilter ccSpamAlways ccSpamFilter ccnHamFilter ccnSpamFilter delaySpamLovers hiSpamLovers hlSpamHaters hlSpamLovers isSpamLovers mxaSpamLovers noBackSctrAddresses noBayesian noBombScript noCollecting noPenaltyMakeTraps noProcessing noScan noURIBL pbSpamHaters pbSpamLovers processOnlyAddresses ptrSpamLovers rblSpamHaters rblSpamLovers sbSpamLovers spamHaters spamLovers spamaddresses spamtrapaddresses spfSpamLovers srsSpamLovers uriblSpamLovers

- domain type They match the end of the address, so if you don't want to match subdomains then include the @. URIBLwhitelist blackListedDomains heloBlacklistIgnore localDomains maxSMTPdomainIPWL noProcessingDomains whiteListedDomains

[ASSP_1.5.x_configuration_settings] [Category:ASSP]


Related

Wiki: ASSP_1.5.x_configuration_settings
Wiki: Regular_Expressions

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.