Home
last modified time | relevance | path

Searched refs:isbg (Results 1 – 25 of 45) sorted by relevance

12

/dports/mail/isbg/isbg-e626d8d0628f691c041032c53f20d764b11d0079/tests/
H A Dtest___main__.py39 from isbg import __main__, isbg # noqa: E402
53 sbg = isbg.ISBG()
63 sbg = isbg.ISBG()
74 sbg = isbg.ISBG()
84 sbg = isbg.ISBG()
95 sbg = isbg.ISBG()
104 sbg = isbg.ISBG()
113 sbg = isbg.ISBG()
123 sbg = isbg.ISBG()
132 sbg = isbg.ISBG()
[all …]
H A Dtest_isbg.py39 from isbg import isbg # noqa: E402
44 with pytest.raises(isbg.ISBGError, match="foo"):
45 raise isbg.ISBGError(0, "foo")
53 sbg = isbg.ISBG()
54 filename = isbg.ISBG.set_filename(sbg.imapsets, "track")
58 filename = isbg.ISBG.set_filename(sbg.imapsets, "password")
65 sbg = isbg.ISBG()
79 sbg = isbg.ISBG()
80 with pytest.raises(isbg.ISBGError, match="specify your imap password"):
H A Dtest_spamproc.py38 from isbg import spamproc # noqa: E402
39 from isbg import isbg # noqa: E402
40 from isbg.imaputils import new_message # noqa: E402
201 sbg = isbg.ISBG()
209 with pytest.raises(isbg.ISBGError, match="Unknown learn_type"):
213 with pytest.raises(isbg.ISBGError, match="Imap is required"):
219 sbg = isbg.ISBG()
250 sbg = isbg.ISBG()
264 sbg = isbg.ISBG()
H A Dtest_secrets.py38 from isbg import secrets # noqa: E402
39 from isbg import imaputils # noqa: E402
/dports/mail/isbg/isbg-e626d8d0628f691c041032c53f20d764b11d0079/docs/
H A Dapi_index.rst16 isbg.learn_mail
17 isbg.test_mail
18 isbg.unwrap
19 isbg.isbg.__version__
20 isbg.isbg.__exitcodes__
21 isbg.isbg.ISBG
22 isbg.isbg.ISBGError
H A Dmanpage.isbg_sa_unwrap.rst1 Manual page for isbg\_sa\_unwrap
7 isbg\_sa\_unwrap [**--from** *<FROM\_FILE>*] [**--to** *<TO\_FILE>*]
9 isbg\_sa\_unwrap (**-h** \| **--help**)
11 isbg\_sa\_unwrap **--usage**
13 isbg\_sa\_unwrap.py **--version**
19 isbg\_sa\_unwrap unwrap a mail bundled by *SpamAssassin*.
48 The full documentation for isbg is maintained in https://isbg.readthedocs.io/
53 You can report bugs on https://github.com/isbg/isbg/issues
H A Ddevelopment.rst4 **isbg** uses `github flow`_ and, from v2.1.0 we use `git-hub`_ to deal
43 The current version number of **isbg** is stored in ``isbg/isbg.py``
49 #. Update the __version__ var ``./isbg/isbg.py``.
57 #. Tag the new version in `isbg github releases`_, add the news added for this
62 .. _isbg github releases: https://github.com/isbg/isbg/releases
H A Dmanpage.isbg.rst1 Manual page for isbg
7 isbg **--imaphost** *<hostname>* **--imapuser** *<username>* [*options*]
9 isbg **--imaphost** *<hostname>* **--imapuser** *<username>* **--imaplist**
12 isbg (**-h** \| **--help**)
14 isbg **--usage**
16 isbg **--version**
22 isbg scans an IMAP Inbox and runs every entry against SpamAssassin. For
185 `$HOME/.cache/isbg/track\*`).
200 isbg logs out of the IMAP server.  
236 The full documentation for isbg is maintained in https://isbg.readthedocs.io/
[all …]
H A DMakefile11 SPHINXPROJ = isbg
14 SOURCEPYDIR = ../isbg
H A Dindex.rst1 .. isbg documentation master file, created by
17 manpage.isbg
/dports/mail/isbg/isbg-e626d8d0628f691c041032c53f20d764b11d0079/isbg/
H A D__main__.py49 from isbg import isbg # noqa: E402
140 isbg.__version__ + ", from: " +
145 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
156 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
160 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
189 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
192 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
210 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
214 raise isbg.ISBGError(isbg.__exitcodes__['flags'],
253 sbg = isbg.ISBG()
[all …]
H A Dspamproc.py27 import isbg
29 from isbg import imaputils
30 from isbg import sa_unwrap
31 from isbg import utils
271 raise isbg.ISBGError(-1, message="Unknown learn_type")
273 raise isbg.ISBGError(-1, message="Imap is required")
317 raise isbg.ISBGError(
318 isbg.__exitcodes__['flags'],
338 raise isbg.ISBGError(-1, ("{}: Unknown return code {} from " +
466 raise isbg.ISBGError(isbg.__exitcodes__['spamc'],
H A Dsa_unwrap.py38 import isbg # noqa: E402
130 version="isbg_sa_unwrap v" + isbg.__version__ +
132 isbg.__license__)
H A Disbg.py23 from isbg import imaputils
24 from isbg import secrets
25 from isbg import spamproc
26 from isbg import utils
H A D__init__.py10 from .isbg import ISBG, ISBGError, __version__, __exitcodes__, __license__
/dports/mail/isbg/isbg-e626d8d0628f691c041032c53f20d764b11d0079/
H A DCHANGELOG.rst9 isbg 2.2.1 (20191113)
14 isbg 2.2.0 (20191113)
24 isbg 2.1.5 (20190109)
30 isbg 2.1.4 (20181207)
37 isbg 2.1.3 (20181024)
43 isbg 2.1.2 (20180917)
49 isbg 2.1.1 (201808729)
55 isbg 2.1.0 (20180614)
68 * Using isbg/__main__ or ``python -m isbg`` to run as script.
86 isbg 1.00 (20160106)
[all …]
H A DREADME.rst15 .. _Read the docs: https://isbg.readthedocs.io/
47 **isbg** install a python package module and also a script to use it ``isbg``,
81 $ pip3 install isbg --user
85 $ sudo pip3 install isbg
89 $ pip3 show isbg --files
93 $ pip3 uninstall isbg
103 $ git clone https://github.com/isbg/isbg.git
107 $ cd /isbg
263 file in your home directory. The file is named ``$HOME/.cache/isbg/.isbg-XXXX``
384 Please join our `isbg mailing list`_ if you use **isbg** or contribute to
[all …]
H A D.travis.yml20 - python setup.py install # install isbg package
31 - pytest --cov-append --cov=isbg tests/ # for codecov usage
39 - isbg --version # show isbg version
H A DMakefile23 COV = pytest --cov-append --cov isbg -m 2
24 COV3 = pytest-3 --cov-append --cov isbg -m 2
89 rm -fr isbg.egg-info
125 rm -fr isbg/__pycache__
133 rm -fr isbg.egg-info
H A DNEWS.rst10 * isbg is now in Debian! It will not reach Debian Stable until Debian 11, but
21 .. __: https://isbg.readthedocs.io/
42 * New command `--partialrun` now enable isbg to run for only a few emails
/dports/mail/isbg/isbg-e626d8d0628f691c041032c53f20d764b11d0079/examples/
H A Dcrontab.example1 # crontab example for isbg package. It runs each 30 minuts.
4 # to check the cron calls (6/info) : journalctl -p 6..6 |grep :isbg
5 # to check the output (5/notice) : journalctl -p 5..5 |grep :isbg
6 # to check errors (4/warning): journalctl -p 4..4 |grep :isbg
13isbg && sh -c "/usr/bin/isbg --imaphost $ISBG_IMAPHOST --imapuser $ISBG_IMAPUSER --partialrun $ISB…
H A Dbatch_spam_learn.sh18 isbg --teachonly --imaphost $hostname --imapuser $username \
/dports/mail/isbg/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=isbg-isbg-e626d8d0628f691c041032c53f20d764b11d0079_GL0.tar.gz
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Drgb.c113 ut8 isbg = 0, bold = 127; in r_cons_rgb_parse() local
138 case '3': isbg = 0; break; in r_cons_rgb_parse()
139 case '4': isbg = 1; break; in r_cons_rgb_parse()
182 *a = isbg; in r_cons_rgb_parse()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dsandbox.c242 char *isbg = strchr (cmd, '&'); in r_sandbox_system() local
244 if (isbg) { in r_sandbox_system()
245 *isbg = 0; in r_sandbox_system()
256 if (isbg) { in r_sandbox_system()

12