This website requires JavaScript.
Explore
Help
Sign in
rodolphe
/
opensmtpd-filter-dkimout
Watch
1
Star
0
Fork
You've already forked opensmtpd-filter-dkimout
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
04a47e18e4
opensmtpd-filter-dkimout
/
src
/
main.rs
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement the initial handshake
2023-03-19 17:13:49 +01:00
mod
handshake
;
First commit
2023-03-19 14:59:32 +01:00
fn
main
(
)
{
Implement the initial handshake
2023-03-19 17:13:49 +01:00
handshake
::
read_config
(
)
;
handshake
::
register_filter
(
)
;
First commit
2023-03-19 14:59:32 +01:00
}
Reference in a new issue
Copy permalink