]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Remove occasional change 5615/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 12 Sep 2025 15:42:33 +0000 (16:42 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 12 Sep 2025 15:42:33 +0000 (16:42 +0100)
test/functional/cases/001_merged/270_selector.robot

index 91daba8936e5d5b377183c799b4810facd630b7e..2ff0abc47de35ad113fd350b512362a5b36eba5e 100644 (file)
@@ -19,63 +19,3 @@ Rspamd_text selector
   Scan File  ${MESSAGE}
   ...  Settings={symbols_enabled = [RSPAMD_TEXT_SELECTOR]}
   Expect Symbol  RSPAMD_TEXT_SELECTOR
-
-# SA-like regexp_rules: header/body/rawbody/uri/full/selector/meta
-SA Header Atom
-  Scan File  ${MSG_SPAM}
-  ...   Settings={symbols_enabled = [SA_HDR_SUBJ]}
-  Expect Symbol  SA_HDR_SUBJ
-
-SA Body Atom
-  Scan File  ${MSG_SPAM}
-  ...   Settings={symbols_enabled = [SA_BODY_SIMPLE]}
-  Expect Symbol  SA_BODY_SIMPLE
-
-SA Rawbody Atom
-  Scan File  ${MSG_SPAM}
-  ...   Settings={symbols_enabled = [SA_RAW_SIMPLE]}
-  Expect Symbol  SA_RAW_SIMPLE
-
-SA URI Atom
-  Scan File  ${MSG_URL1}
-  ...   Settings={symbols_enabled = [SA_URI_SHORT]}
-  Expect Symbol  SA_URI_SHORT
-
-SA Full Atom
-  Scan File  ${MSG_SPAM}
-  ...   Settings={symbols_enabled = [SA_FULL_BOUNDARY]}
-  Expect Symbol  SA_FULL_BOUNDARY
-
-SA Selector Atom (From Domain)
-  Scan File  ${MSG_SPAM}
-  ...   From=user@example.com
-  ...   Settings={symbols_enabled = [SA_SEL_FROM_DOM]}
-  Expect Symbol  SA_SEL_FROM_DOM
-
-SA Selector Atom (URL TLD)
-  Scan File  ${MSG_URL1}
-  ...   Settings={symbols_enabled = [SA_SEL_URL_TLD]}
-  Expect Symbol  SA_SEL_URL_TLD
-
-SA Selector Negation
-  Scan File  ${MSG_SPAM}
-  ...   From=user@example.com
-  ...   Settings={symbols_enabled = [SA_SEL_NOT_CORP]}
-  Expect Symbol  SA_SEL_NOT_CORP
-
-SA Meta AND
-  Scan File  ${MSG_SPAM}
-  ...   From=user@example.com
-  ...   Settings={symbols_enabled = [SA_META_AND, SA_HDR_SUBJ, SA_BODY_SIMPLE, SA_SEL_FROM_DOM]}
-  Expect Symbol  SA_META_AND
-
-SA Meta OR
-  Scan File  ${MSG_URL1}
-  ...   Settings={symbols_enabled = [SA_META_OR, SA_URI_SHORT, SA_SEL_URL_TLD]}
-  Expect Symbol  SA_META_OR
-
-SA Meta Complex
-  Scan File  ${MSG_SPAM}
-  ...   From=user@example.com
-  ...   Settings={symbols_enabled = [SA_META_COMPLEX, SA_RAW_SIMPLE, SA_SEL_NOT_CORP]}
-  Expect Symbol  SA_META_COMPLEX