You are given a list of integers. Write a function to return the sum of all positive integers in the list.
[3, -5, 8, -2, 10, -7]
21
Bot