NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/postfix/rspamd-pipe-ham

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

rspamd-pipe-ham on main
Author Date Commit Line Code
André almost 8 years ago 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
2
FILE=/tmp/mail$$
Open commit View diff
2 FILE=/tmp/mail$$
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
3
cat > $FILE
Open commit View diff
3 cat > $FILE
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
4
trap "/bin/rm -f $FILE" 0 1 2 3 13 15
Open commit View diff
4 trap "/bin/rm -f $FILE" 0 1 2 3 13 15
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
5
Open commit View diff
5
André almost 8 years ago 4396be2

[Rspamd] Place socket in _rspamd home and fix permissions

Full commit hash
4396be2938a7bc7571033d093fb9f81c453f4b1c
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
6
cat ${FILE} | /usr/bin/curl -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd/learnham
Open commit View diff
6 cat ${FILE} | /usr/bin/curl -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd/learnham
same change 4396be2

[Rspamd] Place socket in _rspamd home and fix permissions

Full commit hash
4396be2938a7bc7571033d093fb9f81c453f4b1c
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
7
cat ${FILE} | /usr/bin/curl -H "Flag: 13" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd/fuzzyadd
Open commit View diff
7 cat ${FILE} | /usr/bin/curl -H "Flag: 13" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd/fuzzyadd
André almost 8 years ago 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
8
Open commit View diff
8
same change 15b8076

[Postfix] Add scripts to learn from spam/ham traps

Full commit hash
15b80760b20bf385fe94fcd6561dce54fe4af1bf
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
9
exit 0
Open commit View diff
9 exit 0