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/dovecot/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
andryyy over 9 years ago 58d86da

Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement

Full commit hash
58d86dadcec43617d3fe58e998e958e4b3daf389
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
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
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
DerLinkman almost 2 years ago b56291f

adapt scheme to affected curl containers (dirty way... but workaround)

Full commit hash
b56291f62b07df92ebff1b119379c0007bfe9d47
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
6
cat ${FILE} | /usr/bin/curl -H "Flag: 11" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/fuzzydel
Open commit View diff
6 cat ${FILE} | /usr/bin/curl -H "Flag: 11" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/fuzzydel
same change b56291f

adapt scheme to affected curl containers (dirty way... but workaround)

Full commit hash
b56291f62b07df92ebff1b119379c0007bfe9d47
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
7
cat ${FILE} | /usr/bin/curl -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/learnham
Open commit View diff
7 cat ${FILE} | /usr/bin/curl -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/learnham
same change b56291f

adapt scheme to affected curl containers (dirty way... but workaround)

Full commit hash
b56291f62b07df92ebff1b119379c0007bfe9d47
Author
DerLinkman <[email protected]>
Date
almost 2 years ago
Selected line
8
cat ${FILE} | /usr/bin/curl -H "Flag: 13" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/fuzzyadd
Open commit View diff
8 cat ${FILE} | /usr/bin/curl -H "Flag: 13" -s --data-binary @- --unix-socket /var/lib/rspamd/rspamd.sock http://rspamd.${COMPOSE_PROJECT_NAME}_mailcow-network/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
9
Open commit View diff
9
andryyy over 9 years ago 58d86da

Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement

Full commit hash
58d86dadcec43617d3fe58e998e958e4b3daf389
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
10
exit 0
Open commit View diff
10 exit 0